AWS Certified Solutions Architect – Associate (SAA-C02) — Question 99

A company has a mobile chat application with a data store based in Amazon DynamoDB. Users would like new messages to be read with as little latency as possible. A solutions architect needs to design an optimal solution that requires minimal application changes.
Which method should the solutions architect select?

Answer options

Correct answer: A

Explanation

The correct answer is A because configuring Amazon DynamoDB Accelerator (DAX) provides a fully managed, in-memory cache that can reduce response times for reads, requiring minimal changes to the application. Options B and D involve significant changes to the application's architecture and code, while option C only increases capacity but does not optimize latency as effectively as DAX.