← All quizzes

Night 25

Lab 3C — Route 53 advanced routing

Route 53 routing policies (simple, weighted, latency, failover, geolocation), health checks, alias vs CNAME, DNS-layer DR vs ALB health, witcoskitech.com lab subdomains, GSA multi-Region failover awareness

0:00 / ~24m0/15 answered

15 timed scenario questions (~24 min, ~96 sec each). Reinforces night-25-route53-routing.md and night-25-lab-route53-setup scripts. Answer without peeking at night-25-quiz-answers.json first.

  1. 1.witcoskitech.com uses a single A alias to CloudFront with no routing policy. A stakeholder asks for 10% of DNS answers to hit a canary CloudFront distribution before full cutover. Which Route 53 policy fits?

  2. 2.GSA prod designs DR: primary ALB in us-east-1 serves api.globalskiatlas.com; secondary is an S3 static maintenance site in us-west-2. Route 53 must stop sending users to the primary when the app is down. Minimum DNS configuration?

  3. 3.You deploy identical API stacks in us-east-1 and eu-west-1. Users worldwide should hit the lowest-latency Region. Which Route 53 policy?

  4. 4.night-25-lab creates night25-failover.witcoskitech.com. PRIMARY aliases CloudFront with an HTTPS health check; SECONDARY aliases www. The health check shows Unhealthy for 5 minutes but clients still resolve PRIMARY. Likely cause?

  5. 5.EU privacy rules require EU visitors to resolve to an eu-west-1 CloudFront distribution; everyone else uses us-east-1. Which policy?

  6. 6.Exam scenario: apex domain example.com must point at a CloudFront distribution. Why is an A/AAAA alias preferred over a CNAME at the zone apex?

  7. 7.An ALB in us-east-1 spans three AZs. One AZ loses power; targets in other AZs stay healthy. Clients use the ALB DNS name directly (no Route 53 routing policy). What happens?

  8. 8.A public website behind CloudFront must fail over to a static S3 maintenance origin when the primary custom origin returns 5xx. You want edge-level origin failover without changing DNS. Which approach?

  9. 9.Route 53 health check on https://witcoskitech.com/HTML/index.html reports Healthy while the ALB behind a separate api.example.com returns 502. Why can both be true?

  10. 10.You want Route 53 to return up to eight healthy A record IPs so clients pick one at random. No Application Load Balancer in the design. Which policy?

  11. 11.You need active-active multi-Region API endpoints so healthy Regions keep receiving traffic, and unhealthy ones are removed from DNS answers. Which Route 53 design fits best?

  12. 12.GSA compares Route 53 latency routing vs AWS Global Accelerator for worldwide API traffic. Best differentiator for the exam?

  13. 13.Hybrid exam: on-prem servers must resolve internal-only hostnames like db.corp.local inside the VPC while public users resolve globalskiatlas.com on the internet. Which Route 53 feature for internal names?

  14. 14.Failover PRIMARY points to an ALB alias. Operators want Route 53 to fail over when any single unhealthy target remains behind the ALB. What is the exam-accurate approach?

  15. 15.night-25-lab uses night25-simple.witcoskitech.com with simple routing (one alias). Production apex witcoskitech.com uses the same pattern. What changes when you add weighted records on a different subdomain?

Answer all 15 questions to submit.