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.