0
0
AWScloud~5 mins

Failover routing for disaster recovery in AWS - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
Recall & Review
beginner
What is failover routing in the context of disaster recovery?
Failover routing automatically switches traffic from a primary site to a backup site when the primary site fails, ensuring continuous service availability.
Click to reveal answer
beginner
Which AWS service is commonly used to implement failover routing?
Amazon Route 53 is used to implement failover routing by monitoring health checks and routing traffic to healthy endpoints.
Click to reveal answer
intermediate
What role do health checks play in failover routing?
Health checks monitor the status of the primary endpoint. If the health check fails, Route 53 routes traffic to the secondary endpoint.
Click to reveal answer
intermediate
What is the difference between active-passive and active-active failover routing?
Active-passive routing sends traffic to the primary site until it fails, then switches to the backup. Active-active routing sends traffic to multiple sites simultaneously for load sharing and redundancy.
Click to reveal answer
intermediate
Why is DNS TTL important in failover routing?
DNS TTL (Time to Live) controls how long DNS responses are cached. A low TTL helps faster failover by reducing caching time, so clients get updated routing quickly.
Click to reveal answer
Which AWS service helps route traffic during failover?
AAmazon S3
BAmazon Route 53
CAWS Lambda
DAmazon EC2
What triggers failover routing to switch traffic to a backup site?
AHealth check failure
BUser request
CManual DNS update
DScheduled maintenance
In failover routing, what does a low DNS TTL value help with?
AIncreased latency
BLonger caching
CFaster traffic switching
DSlower DNS resolution
Which failover routing type sends traffic to multiple sites at the same time?
AManual failover
BActive-passive
CStatic routing
DActive-active
What is the main purpose of failover routing?
AEnsure service availability during failures
BIncrease DNS caching
CReduce server load
DBackup data storage
Explain how failover routing works in AWS for disaster recovery.
Think about how Route 53 monitors and switches traffic when a site fails.
You got /4 concepts.
    Describe the difference between active-passive and active-active failover routing.
    Consider how traffic is distributed in each method.
    You got /4 concepts.