AWS Certified Developer – Associate — Question 46

A developer manages an application that interacts with Amazon RDS. After observing slow performance with read queries, the developer implements Amazon
ElastiCache to update the cache immediately following the primary database update.
What will be the result of this approach to caching?

Answer options

Correct answer: C

Explanation

Option C is correct because continuously updating the cache with infrequently accessed data can lead to excessive storage use and costs. Option A is incorrect as the update frequency does not necessarily increase load on the database, while Option B misunderstands the caching mechanism by misattributing read performance issues. Option D incorrectly suggests that cache misses are the only time the cache is updated, ignoring the immediate updates following database changes.