Simple routing returns one fixed answer.
Simple routing returns the single value configured for the DNS record every time a query is made.
Weighted routing splits traffic based on weights.
Weighted routing distributes DNS responses according to the weights assigned to each record, roughly matching the percentage of traffic.
Latency routing chooses the fastest region for the user.
Latency routing returns the IP address of the AWS region that provides the lowest network latency to the user.
Health checks remove unhealthy endpoints from routing.
When a health check fails, Route 53 stops routing traffic to that record, sending all queries to healthy records.
Route 53 routing policies are mutually exclusive per record name.
Route 53 does not allow combining latency and weighted routing policies on the same DNS record name. You must choose one routing policy per record name.