Topic 1 Question 65
3 つ選択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?
Create a new DynamoDB table in the new Region with cross-Region replication enabled.
Create new ALB and Auto Scaling group global resources and configure the new ALB to direct traffic to the new Auto Scaling group.
Create new ALB and Auto Scaling group resources in the new Region and configure the new ALB to direct traffic to the new Auto Scaling group.
Create Amazon Route 53 records, health checks, and latency-based routing policies to route to the ALB.
Create Amazon Route 53 aliases, health checks, and failover routing policies to route to the ALB.
Convert the DynamoDB table to a global table.
ユーザの投票
コメント(2)
- 正解だと思う選択肢: CDF
C. Create new ALB and Auto Scaling group resources in the new Region and configure the new ALB to direct traffic to the new Auto Scaling group. This will allow users in the new Region to access the application with lower latency by reducing the network hops between the user and the application servers.
D. Create Amazon Route 53 records, health checks, and latency-based routing policies to route to the ALB. This will enable Route 53 to route user traffic to the nearest healthy ALB, based on the latency between the user and the ALBs.
F. Convert the DynamoDB table to a global table. This will enable reads and writes to the table in both Regions with low latency, improving the overall response time of the application
👍 2haazybanj2023/04/30 - 正解だと思う選択肢: CDF
C,D,F are correct
👍 1alce20202023/04/16
シャッフルモード