AWS Certified Developer – Associate (DVA-C02) — Question 469

A developer is working on an ecommerce application that stores data in an Amazon RDS for MySQL cluster. The developer needs to implement a caching layer for the application to retrieve information about the most viewed products.

Which solution will meet these requirements?

Answer options

Correct answer: B

Explanation

Amazon ElastiCache for Redis is a fully managed in-memory data store designed to provide high-performance caching for databases like Amazon RDS for MySQL. Amazon DynamoDB Accelerator (DAX) is a cache designed specifically for DynamoDB and cannot be used in front of RDS. A standby RDS instance is used for high availability and disaster recovery, not for serving read traffic or caching.