1 year ago
#246417
Doron Goldberg
Access private instance from Lambda
We host our bitbucket on a dedicated server on EC2. The server is accessible to us via VPN (OpenVPN).
I am trying to export a branch from Bitbucket using Lambda so I can save it to a s3 bucket to be used by a pipeline.
My problem is the Lambda can't access the server (because it is only available via VPN).
I'm using the AWS code pipeline bitbucket integration but Lambda can't access the server when it is attached to the VPC and when it is not.
I'm looking a solution which will allow the Lambda to reach the server "from" the VPN.
(We have a host name + SSL certificate so I can't call the IP directly)
Thank you!
amazon-web-services
amazon-ec2
aws-lambda
amazon-vpc
aws-networking
0 Answers
Your Answer