4.57. Latency Routing

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/9

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

10 Terms

1
New cards

What is Latency-Based Routing in Route 53?

A DNS routing policy that directs users to the AWS Region with the lowest latency, as estimated by AWS.

2
New cards

What is the primary use case?

To improve performance and user experience by routing users to the nearest (lowest latency) AWS region.

3
New cards

How is latency determined?

AWS uses an internal latency database, updated in the background, which estimates latency from user IP to AWS regions.

4
New cards

How many records per name per region can be used?

You can have one record per region per name (e.g., one www record per AWS region).

5
New cards

What kind of records are supported?

Typically A or AAAA records with region mappings (e.g., us-east-1, ap-southeast-2).

6
New cards

What happens if the lowest latency endpoint is unhealthy?

Route 53 returns the next best (lowest latency) healthy record, if health checks are enabled.

7
New cards

Can this policy be combined with health checks?

✅ Yes, health checks can be associated with latency-based records.

8
New cards

Does AWS use real-time latency measurements?

❌ No, AWS uses a precomputed latency database, which may not reflect sudden or local network disruptions.

9
New cards

Is this suitable for global applications?

✅ Yes, it's ideal for apps with users across multiple geographies.

10
New cards

How does Route 53 determine the user's location?

It uses IP-based geolocation to infer the user's approximate physical region.