
Ultimate access to all questions.
Deep dive into the quiz with AI chat providers.
We prepare a focused prompt with your quiz and certificate details so each AI can offer a more tailored, in-depth explanation.
A company is running a batch application on Amazon EC2 instances. The application consists of a backend with multiple Amazon RDS databases. The application is causing a high number of reads on the databases. A solutions architect must reduce the number of database reads while ensuring high availability.
What should the solutions architect do to meet this requirement?
A
Add Amazon RDS read replicas.
B
Use Amazon ElastiCache for Redis.
C
Use Amazon Route 53 DNS caching
D
Use Amazon ElastiCache for Memcached.
Explanation:
Correct Answer: B - Use Amazon ElastiCache for Redis
Why this is correct:
Problem Analysis: The company has a batch application causing high read loads on RDS databases. The goal is to reduce database reads while maintaining high availability.
Amazon ElastiCache for Redis Solution:
Comparison with Other Options:
Implementation Benefits:
Key AWS Services Mentioned:
Best Practice: For read-heavy applications with high availability requirements, Amazon ElastiCache for Redis with Multi-AZ deployment is the recommended approach to reduce database load while maintaining system resilience.