Why it matters
Route 53 is AWS DNS. Understanding shapes DNS-based traffic routing.
Advertisement
The architecture
Hosted zone: DNS namespace for domain.
Records: A, AAAA, CNAME, ALIAS (AWS-specific).
Advertisement
How it works end to end
Routing policies: simple, weighted (A/B), latency-based, failover, geo, multivalue.
Health checks: HTTP/HTTPS/TCP endpoints. Route around failures.
ALIAS: no charge for AWS resource DNS.
Private zones: internal-only DNS.