
Ultimate access to all questions.
A company's new web-based video game requires a three-tier architecture with Amazon RDS for MySQL in the database layer. The game must support concurrent online players, display a real-time top-10 scoreboard, and allow pausing and resuming with score preservation. What is the recommended solution for a solutions architect to implement these features?
A
Use Amazon ElastiCache for Memcached to cache scores for real-time display.
B
Utilize Amazon ElastiCache for Redis to compute and cache scores for the scoreboard.
C
Implement Amazon CloudFront to cache the scoreboard section of the application.
D
Create an Amazon RDS MySQL read replica for scoreboard computation and read traffic management.