0
0
AWScloud~5 mins

Routing policies (simple, weighted, latency) in AWS - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
Recall & Review
beginner
What is a simple routing policy in AWS Route 53?
A simple routing policy routes traffic to a single resource, like a web server. It is like giving your friend one address to visit without any special rules.
Click to reveal answer
intermediate
How does weighted routing policy work in AWS Route 53?
Weighted routing lets you split traffic between multiple resources by assigning weights. For example, 70% of visitors go to server A and 30% to server B, like sharing slices of a pizza.
Click to reveal answer
intermediate
What is the purpose of latency routing policy?
Latency routing sends users to the resource with the lowest network delay. It’s like choosing the closest store to get your item faster.
Click to reveal answer
beginner
Can you use weighted routing to test a new version of your website?
Yes, weighted routing can send a small percentage of users to the new version while most use the old one. This helps test safely without affecting everyone.
Click to reveal answer
advanced
What happens if latency routing cannot find a resource with lower latency?
If no resource has lower latency, Route 53 routes traffic to the next best resource based on latency measurements, ensuring users get the fastest possible response.
Click to reveal answer
Which routing policy sends all traffic to a single resource without distribution?
ASimple routing
BWeighted routing
CLatency routing
DFailover routing
How does weighted routing distribute traffic?
ABased on resource health
BBased on geographic location
CBased on assigned weights
DBased on lowest latency
Latency routing directs users to which resource?
AThe resource with the lowest cost
BThe resource with the lowest network delay
CThe resource with the highest capacity
DThe resource with the most traffic
Which routing policy is best for testing new features with limited users?
AWeighted routing
BSimple routing
CLatency routing
DGeolocation routing
If latency routing cannot find a faster resource, what happens?
ATraffic is dropped
BTraffic is routed randomly
CTraffic is routed to the first resource created
DTraffic is routed to the next best resource by latency
Explain the differences between simple, weighted, and latency routing policies in AWS Route 53.
Think about how traffic is directed in each policy.
You got /3 concepts.
    Describe a real-life scenario where weighted routing would be useful.
    Consider how you might share something between friends in parts.
    You got /3 concepts.