SAP-C02 · Question #579
A company is launching a new online game on Amazon EC2 instances. The game must be available globally. The company plans to run the game in three AWS Regions us-east-1, eu-west- 1, and…
The correct answer is C. Create an Auto Scaling group for the EC2 instances. Attach the Auto Scaling group to a Network. Autoscaling and NLB for Load Distribution, Latency Routing for Least Latency and DynamoDB Global Table for replication across regin.
Question
A company is launching a new online game on Amazon EC2 instances. The game must be available globally. The company plans to run the game in three AWS Regions us-east-1, eu-west- 1, and ap-southeast-1. The game's leaderboards, player inventory and event status must be available across Regions. A solutions architect must design a solution that will give any Region the ability to scale to handle the load of all Regions. Additionally, users must automatically connect to the Region that provides the least latency. Which solution will meet these requirements with the LEAST operational overhead?
Options
- ACreate an EC2 Spot Fleet. Attach the Spot Fleet to a Network Load Balancer (NLB) in each
- BCreate an Auto Scaling group for the EC2 instances Attach the Auto Scaling group to a Network
- CCreate an Auto Scaling group for the EC2 instances. Attach the Auto Scaling group to a Network
- DUse EC2 Global View. Deploy the EC2 instances to each Region. Attach the instances to a
How the community answered
(19 responses)- A5% (1)
- B16% (3)
- C53% (10)
- D26% (5)
Explanation
Autoscaling and NLB for Load Distribution, Latency Routing for Least Latency and DynamoDB Global Table for replication across regin.
Community Discussion
No community discussion yet for this question.