4.58. Geolocation Routing

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

1/17

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.

18 Terms

1
New cards

What is Geolocation Routing?

A Route 53 routing policy that returns records based on the geographic location of the user making the DNS query.

2
New cards

How is the user location determined?

Based on the IP address of the DNS resolver (or sometimes the end user).

3
New cards

What are the supported geolocation types?

  • Subdivision (U.S. states)
4
New cards
  • Country (ISO 3166 country codes)
5
New cards
  • Continent (e.g. NA, EU, AS)
6
New cards
  • Default (fallback if no match)
7
New cards

How does record matching work?

Route 53 checks in order:

8
New cards
  1. Subdivision (state)
9
New cards
  1. Country
10
New cards
  1. Continent
11
New cards
  1. Default
12
New cards

Returns the first matching record.

13
New cards

Does geolocation routing pick the closest endpoint?

❌ No. It only returns applicable records based on matching location tags.

14
New cards

What happens if no record matches and there's no default?

Route 53 returns no answer (NXDOMAIN).

15
New cards

Use case: Content restriction?

✅ Yes. For example, serve different content in the U.S. vs. Europe or restrict access to specific countries.

16
New cards

Use case: Language-specific content?

✅ Yes. Deliver French content to France, Spanish content to Mexico, etc.

17
New cards

Can geolocation routing be combined with health checks?

✅ Yes. If the selected record is unhealthy, no record is returned unless there's a fallback.

18
New cards

Key exam distinction vs. latency routing?

Geolocation is based on legal/administrative boundaries (not distance); latency routing is based on network performance.