Skip to content

AWS Lambda Static IPs with Noble IP

Hosting a lambda function URL on a static IP

If you wish to provide a static IP to host your lambda function you can create an inbound proxy in Noble IP.

  1. Navigate to the Inbound Proxies tab and select Create Inbound ProxyCreate Inbound Proxy
  2. Find your Function URL in your AWS dashboard. Function URL
  3. For your destination, enter your function URL. Enable the SSL Termination option and disable the Forward Host Header option. Setup Inbound Proxy
  4. For hostname, you will have to create a new CNAME with your domain provider.

Once this is setup, you can whitelist the IP addresses in your account and access your lambda function.

Static IP for outbound requests from Lambda

With AWS Lambda there are two options for outbound requests. Within AWS you can setup a VPC with a NAT Gateway. Alternatively, you can make use of Noble IP's infrastructure and instrument Noble IP outbound proxies with your lambda function.