Route 53 Failover Strategies

Route 53 supports multiple failover strategies. The decision rule per use case.

Primary-secondary failover

Primary-secondary is the simplest active-passive pattern Route 53 supports. The secondary record only serves traffic when health checks on the primary fail.

Weighted routing

Weighted routing splits traffic by configurable percentages. It is the DNS-layer canary tool when application-layer canary is impractical.

Latency-based routing

Latency-based routing sends each client to the AWS region with the lowest measured latency. It is the default for performance-sensitive global apps.

Geolocation routing

Geolocation routing is the compliance lever, not the performance lever. Use it when regulation, not latency, drives where requests land.

Picking a strategy

The choice usually decides itself once you name the constraint that matters most: failover, migration, performance, or compliance.