Interview AWS

What is Route 53, and what routing policies does it support?

AWS · Intermediate level

Answer

Route 53 is AWS DNS with hosted zones, domain registration, health checks, and routing policies such as simple, weighted, latency, failover, geolocation, geoproximity, IP-based, and multivalue routing.

Technical explanation

Weighted routing is useful for canary migration, latency routing for regional performance, and failover routing for DNS-level DR.

DNS and CDN design must account for caching behavior, TTLs, origin protection, health signals, TLS, and global user latency.

Route 53 routing policies and CloudFront cache policies should be chosen based on the real traffic-management goal, not because they are available.

Always test failover, cache invalidation, header/cookie/query-string behavior, and origin access controls before production cutover.

Hands-on example

1. Create a test hosted zone or subdomain and route traffic to a controlled ALB, API, S3/CloudFront origin, or secondary Region.

2. Configure the relevant policy - weighted, failover, alias, cache behavior, OAC, or health check - and keep TTLs low during testing.

3. Use dig/curl and CloudFront/Route 53 logs or metrics to verify routing, caching, TLS, and failover behavior.

4. Increase TTLs and tighten origin access after validation.

Preparing for an interview?

Check how well your resume matches the role with our free resume checker— match score, ATS check, and the skills you're missing.

More AWS interview questions

← All AWS questions