Accessing RDS in Private Isolated VPC using IAM Authentication

0

Hello,

I have a PostgreSQL RDS instance hosted in a Private Isolated VPC Subnet, and therefore is not accessible from the Internet. Besides creating a Bastion to access it, can I not allow connections to it using IAM Authentication or some other method?

Thanks!

1回答
0

You can use VPC Interface Endpoints (PrivateLink) for this use-case. Basically, you'll get a private connection (that doesn't go over the internet) between your consumer VPC and your RDS VPC's API endpoint.

This link explains it in detail: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/vpc-interface-endpoints.html

AWS
AC
回答済み 2年前

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

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

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

関連するコンテンツ