Route 53 is AWS’s DNS service, and on the CLF-C02 it is mostly one word — DNS — plus a little more. Attach that word to it and most questions resolve, because the distractors are always other networking or delivery services doing different jobs.
What it is
Amazon Route 53 translates domain names into the addresses of the resources that should answer them — the internet’s phone book. It is a global service, not tied to a Region. Beyond resolution, it can also register domains, so buying a domain and configuring its DNS can happen in one place.
Routing and health
Route 53 does more than return a fixed answer. It offers routing policies that decide where to send each user, and health checks that keep traffic away from endpoints that are down:
- Latency-based — send the user to the Region with the lowest latency.
- Failover — send traffic to a healthy endpoint when the primary is unhealthy (using health checks).
- Geolocation — decide by the user’s location.
- Simple — just return a record, no logic.
You do not need the full list memorised, but recognising “lowest latency” as latency-based, and “route around a failure” as failover with health checks, is fair game.
The distinction the exam plants
Route 53 is often set against CloudFront:
- Route 53 resolves names (DNS) — it tells the browser where to go.
- CloudFront caches and delivers content from edge locations (a CDN) — it makes that content load fast.
Names versus content. If a question is about a browser finding the right resource, it is Route 53; if it is about delivering content quickly worldwide, it is CloudFront. It also pairs with a load balancer, which Route 53 often points a domain at.
How to use the questions below
Answer each one before you reveal the explanation, and when you miss, read past the correct letter to why the other three fail. The distractors are always adjacent networking services — a load balancer or CloudFront offered where DNS belongs. Attaching “DNS” to Route 53 is the reflex the exam rewards, and the reasoning below builds it.
Updated for CLF-C02 (July 2026). The sample questions above are our own work
in the style of the exam — not real exam items. The exam itself is set and marked
by the certification body.