Lambda static outbound IP address without NAT gateway

0

My lambda use case deals with outbound connections. I would like to have a static IP address, so I can whitelist them.

Since my use case deals with outbound connections, I can't use a load balancer here.

NAT gateway can be associated with elastic IP address. But cost is a barrier.

At the moment, I'm using a NAT EC2 instance for having a static IP address.

Is there a better way?

p.s. My lambda function is triggered by SQS. And my function require access to S3 and DynamoDB. No other access required.

Edited by: Vir2020 on Jun 2, 2020 1:19 PM

Vir2020
demandé il y a 4 ans677 vues
1 réponse
0

Unfortunately no, the only way at the moment to get a fixed IP on outgoing requests for lambda is to be running in a VPC with a NAT gateway or NAT instance.

Ellison
répondu il y a 4 ans

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions