
Answer-first summary for fast verification
Answer: Network Load Balancer with Amazon DynamoDB on-demand
The correct answer is B. Network Load Balancers are suitable for handling UDP traffic, and Amazon DynamoDB on-demand is a fully managed, scalable, non-relational database that automatically scales with demand. This setup ensures the game server can handle spikes in demand without manual intervention and provides a reliable storage solution for gamer scores and other data.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
For a real-time multiplayer game with UDP communication and Auto Scaling, which architecture supports dynamic scaling and non-relational data storage that scales automatically?
A
Amazon Route 53 with Amazon Aurora Serverless
B
Network Load Balancer with Amazon DynamoDB on-demand
C
Network Load Balancer with Amazon Aurora Global Database
D
Application Load Balancer with Amazon DynamoDB global tables
No comments yet.