AWS Certified DevOps Engineer – Professional (DOP-C02) — Question 67

A company's application is currently deployed to a single AWS Region. Recently, the company opened a new office on a different continent. The users in the new office are experiencing high latency. The company's application runs on Amazon EC2 instances behind an Application Load Balancer (ALB) and uses Amazon DynamoDB as the database layer. The instances run in an EC2 Auto Scaling group across multiple Availability Zones. A DevOps engineer is tasked with minimizing application response times and improving availability for users in both Regions.
Which combination of actions should be taken to address the latency issues? (Choose three.)

Answer options

Correct answer: C, D, F

Explanation

Option C is correct because creating new resources in the new Region ensures that the application is closer to users, thereby reducing latency. Option D is also correct as it utilizes Amazon Route 53 to implement latency-based routing, directing users to the closest ALB. Option F is valid since converting the DynamoDB table to a global table enhances data availability across Regions. Options A, B, and E do not adequately address the latency issue or focus on the necessary configurations for optimal performance.