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 Risposta
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
con risposta 2 anni fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande