Accessing AWS Cloud Map from a Lambda in a VPC

0

What alternative is there to accessing Cloud Map discovery using API from a Lambda in a VPC without NATing to the internet. Cloud Map does not have a VPC endpoint.

已提問 2 年前檢視次數 911 次
2 個答案
0

Well that's pretty annoying. Any plans/timeline if a VPC endpoint would be added for cloudmap?

Tom
已回答 2 年前
  • I'd reach out to your local AWS Solutions Architect; they can talk to you about roadmap items as well as take your feedback (and asks!) to the service teams.

0

If you have a resource in a VPC (Lambda, EC2 instance, Workspaces, etc.) that needs access to the internet (in this case to an API endpoint but really, anything) from a private subnet then you'll either need to use NAT (NAT Gateway, your own NAT instance) or a proxy server (self-managed) - but either solution is pretty much doing the same thing.

profile pictureAWS
專家
已回答 2 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南