AWS Certified Solutions Architect Associate SAA-C03 Practice Question
A company's web application uses a relational database hosted in AWS. The application is experiencing performance issues due to a high volume of data retrieval queries, but data modifications remain at normal levels. What is the best way to improve the database's ability to handle the increased demand for data reads?
Upgrade the database instance to a larger instance class.
Implement a database proxy to improve connection management.
Enable a Multi-AZ deployment to offload queries to a standby instance.
Create read replicas and configure the application to use them for data retrieval operations.