LeetQuiz Logo
Privacy Policy•contact@leetquiz.com
© 2025 LeetQuiz All rights reserved.
AWS Certified Developer - Associate

AWS Certified Developer - Associate

Get started today

Ultimate access to all questions.


A company is migrating to Amazon RDS for MySQL with a focus on optimizing for read-heavy workloads. What is the most efficient solution for achieving high read performance with minimal ongoing effort?

Exam-Like



Explanation:

The correct answer is 'C'. For read-heavy workloads, using Amazon RDS read replicas is the most effective way to achieve high read performance. Read replicas distribute the database read operations, which significantly improves read scalability and performance. Multi-AZ deployments are mainly used for high availability and failover but do not improve read performance. Using open-source replication software on an EC2 instance would involve more effort compared to utilizing managed read replicas in RDS.

Powered ByGPT-5