Q85 — AWS SAA-C03 Ch.4
Question 85 of 105 | ← Chapter 4
Q280. A company is developing a real-time multiplier game that uses UDP for communications between client and servers in an Auto Scaling group Spikes in demand are anticipated during the day, so the game server platform must adapt accordingly. Developers want to store gamer scores and other non-relational data in a database solution that will scale without intervention. Which solution should a solution architect recommend?
- A. Use Amazon Route 53 for traffic distribution and Amazon Aurora Serverless for data storage.
- B. Use a Network Load Balancer for traffic distribution and Amazon DynamoDB on-demand for data storage. ✓
- C. Use a Network Load Balancer for traffic distribution and amazon Aura Global for data storage.
- D. Use an Application Load Balancer for traffic distribution and Amazon DynamoDB global tables for data storage
Correct Answer: B. Use a Network Load Balancer for traffic distribution and Amazon DynamoDB on-demand for data storage.
Explanation
UDP ==> network load balancer, Non Relational DB ==> DynamoDB https://aws.amazon.com/blogs/aws/ new-udp-load-balancing-for-network-load-balancer/