Introducing Amazon RDS Proxy (Preview)

Posted on: Dec 3, 2019

Amazon RDS Proxy, a fully managed, highly available database proxy for Amazon Relational Database Service (RDS), is now available in preview. RDS Proxy makes applications more scalable, more resilient to database failures, and more secure.

Applications communicate with databases by establishing connections, which consume memory and compute resources on the database server. Many applications, including those built on modern serverless architectures, can open a large number of database connections or frequently open and close connections. This can stress the database memory and compute, leading to slower performance and limited application scalability. RDS Proxy sits between your application and its database to pool and share established database connections, improving database efficiency and application scalability. In case of a failure, RDS Proxy automatically connects to a standby database instance while preserving connections from your application and reduces failover times for RDS and Aurora multi-AZ databases by up to 66%. With RDS Proxy, database credentials and access can be managed through AWS Secrets Manager and AWS Identity and Access Management (IAM), eliminating the need to embed database credentials in application code.

You can enable RDS Proxy for your RDS database in just a few clicks by going to the Amazon RDS or AWS Lambda console, and get started by pointing your application to the RDS Proxy endpoint. Read our blog, the Amazon RDS Proxy detail page, and the documentation to learn more.

Amazon RDS Proxy is available in preview for RDS MySQL and Aurora MySQL in US East (N. Virginia), US East (Ohio), US West (Oregon), EU West (Ireland), and Asia Pacific (Tokyo) regions. Support for RDS PostgreSQL and Aurora PostgreSQL is coming soon.