- Create an RDS Proxy for your existing RDS or Aurora database.
- The proxy connects to the database and manages connection pooling and authentication.
- Applications (or users) connect to the RDS Proxy endpoint instead of directly connecting to the database.
- The proxy handles the underlying database connections, ensuring efficient connection pooling and failover management.
RDS Proxy supports the following authentication mechanisms:
- IAM Authentication:
- Applications/users authenticate using AWS IAM roles or tokens.
- Secrets Manager Integration:
- The proxy securely fetches database credentials from AWS Secrets Manager.