AWS Lambdas with a static outgoing IP

Hi,

How to set AWS Lambdas with a static outgoing IP ?

Thanks
Gopal Gupta

If you’re running Lambda outside of a VPC then it can’t be done.

If you’re running Lambda inside a VPC then you need to configure a NAT gateway for internet access so all traffic should appear to be coming from the NAT gateway.

2 Likes