Relative Content

Tag Archive for amazon-web-servicesamazon-ec2aws-lambdaamazon-vpc

AWS Lambda Proxied Internet Access

I have a Python Lambda function that queries my EC2 instance within a private VPC. I also attempted to query an external IP address, but I was disappointed to find out that it requires a NAT setup, which is a bit pricey for a personal project.