
Answer-first summary for fast verification
Answer: Implement Amazon ElastiCache to alleviate database load.
The correct answer is A: Implement Amazon ElastiCache to alleviate database load. Amazon ElastiCache can be used to cache the results of database queries, thereby reducing the load on the Amazon RDS MySQL database and improving read performance. This solution requires minimal changes to the application's architecture and directly addresses the issue of slow database read performance without the need for a more significant migration or architectural overhaul.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
A gaming company's web application, hosted on EC2 instances with an Application Load Balancer, experiences performance issues due to slow database reads from an Amazon RDS MySQL database. To enhance user experience with minimal architectural changes, what action should a solutions architect take?
A
Implement Amazon ElastiCache to alleviate database load.
B
Deploy RDS Proxy to optimize database connections.
C
Transition the application to AWS Lambda for serverless architecture.
D
Switch the database to Amazon DynamoDB for improved performance.
No comments yet.