AWS DevOps Engineer Professional DOP-C01 – Question197

A company has built a web service that runs on Amazon EC2 instances behind an Application Load Balancer (ALB). The company has deployed the application in us-east-1. Amazon Route 53 provides an external DNS that routes traffic from example.com to the application, created with appropriate health checks.
The company has deployed a second environment for the application in eu-west-1. The company wants traffic to be routed to whichever environment results in the best response time for each user. If there is an outage in one Region, traffic should be directed to the other environment.
Which configuration will achieve these requirements?

A.

  • A subdomain us.example.com with weighted routing: the US ALB with weight 2 and the EU ALB with weight 1.
  • Another subdomain eu.example.com with weighted routing: the EU ALB with weight 2 and the US ALB with weight 1.
  • Geolocation routing records for example.com: North America aliased to us.example.com and Europe aliased to eu.example.com.
  • [/*]
    B.
  • [*]
  • A subdomain us.example.com with latency-based routing: the US ALB as the first target and the EU ALB as the second target.
  • Another subdomain eu.example.com with latency-based routing: the EU ALB as the first target and the US ALB as the second target.
  • Failover routing records for example.com aliased to us.example.com as the first target and eu.example.com as the second target.
  • [/*]
    C.
  • [*]
  • A subdomain us.example.com with failover routing: the US ALB as primary and the EU ALB as secondary.
  • Another subdomain eu.example.com with failover routing: the EU ALB as primary and the US ALB as secondary.
  • Latency-based routing records for example.com that are aliased to us.example.com and eu.example.com.
  • [/*]
    D.
  • [*]
  • A subdomain us.example.com with multivalue answer routing: the US ALB first and the EU ALB second.
  • Another subdomain eu.example.com with multivalue answer routing: the EU ALB first and the US ALB second.
  • Failover routing records for example.com that are aliased to us.example.com and eu.example.com.

Correct Answer: C