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
feita há 4 anos677 visualizações
1 Resposta
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
respondido há 4 anos

Você não está conectado. Fazer login para postar uma resposta.

Uma boa resposta responde claramente à pergunta, dá feedback construtivo e incentiva o crescimento profissional de quem perguntou.

Diretrizes para responder a perguntas