Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
An AWS Lambda function queries an Amazon Aurora MySQL DB instance, resulting in a 'too many connections' error during testing. What is the least operationally intensive solution?
A
Implement a read replica for the DB instance, directing queries to the replica instead of the primary.
B
Transition data to Amazon DynamoDB.
C
Enable Multi-AZ deployment for the Aurora MySQL DB instance.
D
Deploy an Amazon RDS Proxy to manage database connections, directing queries through the proxy.