Access public apigateway API via VPC endpoint

0

Is it possible to connect a private (within vpc) lambda to a public api via vpc endpoint ?

Currently I am getting 403 forbidden error. I understand that by disabling private DNS option of vpc endpoint I can make lambda go through internet and connect to the public api. But I want to pass the traffic through the vpc endpoint without going to the internet.

Any comments would be appreciated. Thanks

2 Respostas
1
Resposta aceita
profile pictureAWS
ESPECIALISTA
respondido há 2 anos
  • Thanks, yes indeed. The link above states "VPC endpoints can route traffic only to private APIs" so I guess it is not possible.

1

Just to clarify one point: Traffic between your VPC and public services in AWS does not traverse the internet. Yes, there are public IP addresses involved but all traffic stays on the Amazon backbone network. Using public IP addressing does not mean that traffic is over the public Internet.

This is stated in the VPC FAQ - look for "Does traffic go over the internet".

profile pictureAWS
ESPECIALISTA
respondido há 2 anos
  • Yes, of course it does not go over the big/wide internet to reach the destination, but gets routed to the AWS public services via the shortest/fastest path (in this case via the Amazon backbone network). What I meant is that it needs some IP translation (NAT gateway) and does not flow only within the private network.

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