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 Antworten
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
beantwortet vor 4 Monaten
  • 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
beantwortet vor 4 Monaten

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen