image.png

Redirects users to the resource that has the least latency (fastest response time) close to them.

How It Works

Concept:

Example:

User in Germany asks: "Where is myapp.com?"

Route 53 checks latency:
- US East: 150ms
- EU West: 20ms  ← Lowest!
- AP Southeast: 300ms

Route 53 responds: "Go to EU West server"

How Latency is Measured

Latency is based on traffic between users and AWS Regions

Example:


Setup Example

You deploy your app in 3 regions:

Region Server IP Latency Record
US East 1 11.22.33.44 myapp.com → us-east-1
EU West 1 55.66.77.88 myapp.com → eu-west-1
AP Southeast 1 99.11.22.33 myapp.com → ap-southeast-1

When users from different locations visit:

User in New York: