AWS Certified Solutions Architect – Associate (SAA-C03) — Question 626

A company runs applications on AWS that connect to the company's Amazon RDS database. The applications scale on weekends and at peak times of the year. The company wants to scale the database more effectively for its applications that connect to the database.

Which solution will meet these requirements with the LEAST operational overhead?

Answer options

Correct answer: B

Explanation

Amazon RDS Proxy is a fully managed database proxy that automatically pools and shares database connections, which reduces operational overhead and helps applications scale efficiently. Implementing a custom proxy on Amazon EC2 or using AWS Lambda for connection pooling requires significant manual configuration and maintenance, increasing operational overhead. Amazon DynamoDB is a NoSQL database service and cannot be used as a connection proxy for an Amazon RDS database.