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年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ