
Answer-first summary for fast verification
Answer: Network Load Balancer with Amazon DynamoDB on-demand
The correct answer is B: 'Network Load Balancer with Amazon DynamoDB on-demand.' The Network Load Balancer is suitable for handling UDP traffic, ensuring efficient distribution of game requests to the servers in the Auto Scaling group. Amazon DynamoDB on-demand is ideal for storing gamer scores and other non-relational data as it automatically adjusts its capacity to accommodate varying workloads, making it a perfect match for applications with unpredictable traffic patterns.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
For a real-time multiplayer game using UDP with anticipated demand spikes, which AWS solution should be recommended for traffic management and scalable, non-relational data storage?
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