Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
A company requires a solution for a multiplayer gaming application on AWS that ensures sub-millisecond data read latency and supports one-time queries on historical data, with minimal operational overhead. Which approach best meets these criteria?
A
Utilize Amazon RDS for frequent data access, complemented by periodic data export to Amazon S3 using custom scripts.
B
Directly store data in Amazon S3, apply an S3 Lifecycle policy for archiving to S3 Glacier Deep Archive, and perform one-time data queries in S3 with Amazon Athena.
C
Employ Amazon DynamoDB with DAX for rapid data access, facilitate data export to S3 for historical analysis using DynamoDB's table export feature, and execute one-time queries with Amazon Athena.
D
Leverage Amazon DynamoDB for high-frequency data access, enable streaming to Kinesis Data Streams, process data with Kinesis Data Firehose, and store results in Amazon S3 for record-keeping.