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.

AWS
已提问 4 个月前322 查看次数
2 回答
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
已回答 4 个月前
  • 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
已回答 4 个月前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则