Topic 1 Question 483
A company is migrating infrastructure for its massive multiplayer game to AWS. The game’s application features a leaderboard where players can see rankings in real time. The leaderboard requires microsecond reads and single-digit-millisecond write latencies. The datasets are single-digit terabytes in size and must be available to accept writes in less than a minute if a primary node failure occurs.
The company needs a solution in which data can persist for further analytical processing through a data pipeline.
Which solution will meet these requirements with the LEAST operational overhead?
Create an Amazon ROS database with a read replica. Configure the application to point writes to the writer endpoint. Configure the application to point reads to the reader endpoint.
Create an Amazon MemoryDB for Redis cluster in Muit-AZ mode Configure the application to interact with the primary node.
Create multiple Redis nodes on Amazon EC2 instances that are spread across multiple Availability Zones. Configure backups to Amazon S3.
ユーザの投票
コメント(6)
memobrydb for ultra-fast Redis performance, so C
👍 7zapper12342024/06/25where is A?
👍 4chris_spencer2024/10/15- 正解だと思う選択肢: C
MEM DB for gaming leaderboard with related latency requirement
👍 3vip22024/07/06
シャッフルモード