- 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.