Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam AWS Certified Solutions Architect - Professional SAP-C02 All Questions

View all questions & answers for the AWS Certified Solutions Architect - Professional SAP-C02 exam

Exam AWS Certified Solutions Architect - Professional SAP-C02 topic 1 question 312 discussion

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?

  • A. Create an EC2 Spot Fleet. Attach the Spot Fleet to a Network Load Balancer (NLB) in each Region. Create an AWS Global Accelerator IP address that points to the NLB. Create an Amazon Route 53 latency-based routing entry for the Global Accelerator IP address. Save the game metadata to an Amazon RDS for MySQL DB instance in each Region. Set up a read replica in the other Regions.
  • B. Create an Auto Scaling group for the EC2 instances Attach the Auto Scaling group to a Network Load Balancer (NLB) in each Region. For each Region, create an Amazon Route 53 entry that uses geoproximity routing and points to the NLB in that Region. Save the game metadata to MySQL databases on EC2 instances in each Region. Set up replication between the database EC2 instances in each Region.
  • C. Create an Auto Scaling group for the EC2 instances. Attach the Auto Scaling group to a Network Load Balancer (NLB) in each Region. For each Region, create an Amazon Route 53 entry that uses latency-based routing and points to the NLB in that Region. Save the game metadata to an Amazon DynamoDB global table.
  • D. Use EC2 Global View. Deploy the EC2 instances to each Region. Attach the instances to a Network Load Balancer (NLB). Deploy a DNS server on an EC2 instance in each Region. Set up custom logic on each DNS server to redirect the user to the Region that provides the lowest latency. Save the game metadata to an Amazon Aurora global database.
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
AzureDP900
1 week ago
C This solution allows any Region to scale to handle the load of all Regions, meeting the first requirement. By using latency-based routing with Amazon Route 53, users are automatically connected to the Region that provides the least latency, meeting the second requirement. Saving game metadata to an Amazon DynamoDB global table eliminates the need for replication between Regions, reducing operational overhead.
upvoted 1 times
...
vibzr2023
10 months, 1 week ago
Answer: C keywords "latency-based routing " and "DynamoDB global table."
upvoted 4 times
...
career360guru
1 year ago
Selected Answer: C
Option C that uses DynamoDB wins
upvoted 3 times
...
nublit
1 year ago
Selected Answer: C
C, Latency > Geoproximity.
upvoted 4 times
...
Selected Answer: C
easy C
upvoted 2 times
...
Bad_Mat
1 year ago
Should be C
upvoted 2 times
...
KungLjao
1 year ago
Selected Answer: C
C 100%
upvoted 1 times
...
Jun_W
1 year ago
Selected Answer: C
Latency Routing
upvoted 1 times
...
airgead
1 year ago
Selected Answer: C
Autoscaling and NLB for Load Distribution, Latency Routing for Least Latency and DynamoDB Global Table for replication across regin.
upvoted 2 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...