AWS Certified Developer – Associate (DVA-C02) — Question 195

A developer has created an AWS Lambda function that makes queries to an Amazon Aurora MySQL DB instance. When the developer performs a test, the DB instance shows an error for too many connections.

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

Answer options

Correct answer: D

Explanation

The correct answer is D because Amazon RDS Proxy helps manage database connections efficiently, reducing the load on the database instance. Option A, while it provides a read-only replica, does not address the issue of too many connections effectively. Option B involves a significant migration effort and may not be necessary. Option C increases availability but does not resolve connection limits.