AWS Certified Solutions Architect – Associate (SAA-C03) — Question 353

A company hosts a multiplayer gaming application on AWS. The company wants the application to read data with sub-millisecond latency and run one-time queries on historical data.

Which solution will meet these requirements with the LEAST operational overhead?

Answer options

Correct answer: C

Explanation

Amazon DynamoDB with DynamoDB Accelerator (DAX) is designed to deliver sub-millisecond read response times for high-throughput applications like multiplayer games. Utilizing the native DynamoDB table export to Amazon S3 and querying it with Amazon Athena provides a fully serverless, low-overhead solution for running ad-hoc historical queries. Other options either fail to meet the sub-millisecond latency requirement (such as S3 alone) or introduce unnecessary operational complexity (such as custom scripts or Kinesis streaming pipelines).