Does RDS Proxy works without Secrets Manager Integration to connect to RDS Database?

0

Is it possible to use RDS Proxy to connect to RDS database enabled with database password authentication without AWS Secrets Manager Secrets integration.

2 Answers
1

Hi, Not possible if RDS database enabled with password authentication. There is no other way RDS can access username and passowrd to connect to the database.

Joseph
answered 3 months ago
  • Thank you for your response. Say if I want to connect to RDS PostgreSQL using psql with RDS proxy endpoint with user name and password passed in the connection string, even in this case does RDS Proxy need access to secret manager secret to connect to RDS PostgreSQL?

1

Hi, Yes, the proxy still need access to secret manager. This is because the proxy manages the database connections and not the client application. The client application connects to the proxy endpoint, and the proxy manages the connection to the database. The proxy always uses secret manager to connect to database.

Joseph
answered 3 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions