4.59. Geoproximity Routing

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

1/12

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.

13 Terms

1
New cards

What is Geoproximity Routing?

A routing policy in Route 53 that routes DNS queries to the closest resource based on geographic distance.

2
New cards

How is it different from latency-based routing?

Geoproximity uses physical distance, while latency-based uses network latency estimations.

3
New cards

How does Route 53 determine user location?

Using the IP address of the client or DNS resolver.

4
New cards

How do you define a resource location?

  • For AWS resources: by AWS Region (e.g., us-east-1, ap-southeast-2)
5
New cards
  • For non-AWS resources: using latitude and longitude coordinates.
6
New cards

What is a 'bias' in geoproximity routing?

A numeric value that expands (+) or shrinks (-) the region's size for that resource, influencing which users are routed there.

7
New cards

What happens when a bias is increased?

More traffic is routed to that resource by virtually enlarging its geographic service area.

8
New cards

What happens when a bias is decreased?

Less traffic is routed there by shrinking the service area.

9
New cards

Is geoproximity available in all Route 53 setups?

❗ No – it requires using Route 53 traffic flow, a more advanced configuration tool.

10
New cards

Can geoproximity routing work with health checks?

✅ Yes. If the nearest (biased) resource is unhealthy, traffic can be routed to another.

11
New cards

Common use cases

  • Fine-grained regional traffic control
12
New cards
  • Overriding default distance-based routing with strategic bias
13
New cards
  • Hybrid architectures with AWS and on-prem resources