0
0
AWScloud~5 mins

Health checks with Route 53 in AWS - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
Recall & Review
beginner
What is the purpose of a health check in Route 53?
A health check monitors the health and availability of your resources, like web servers, to ensure traffic is only routed to healthy endpoints.
Click to reveal answer
beginner
Which protocols can Route 53 health checks use to verify endpoint health?
Route 53 health checks can use HTTP, HTTPS, and TCP protocols to check if an endpoint is reachable and responding correctly.
Click to reveal answer
intermediate
How does Route 53 respond when a health check fails?
When a health check fails, Route 53 stops routing traffic to the unhealthy endpoint and can route traffic to healthy alternatives if configured.
Click to reveal answer
intermediate
What is the difference between a health check and a DNS failover in Route 53?
A health check monitors endpoint health, while DNS failover uses health check results to redirect traffic from unhealthy endpoints to healthy ones automatically.
Click to reveal answer
beginner
Can Route 53 health checks monitor endpoints outside AWS?
Yes, Route 53 health checks can monitor any publicly accessible endpoint, including those outside AWS, as long as they respond to the health check protocol.
Click to reveal answer
What happens if a Route 53 health check detects an unhealthy endpoint?
ARoute 53 ignores the health check and continues routing traffic.
BRoute 53 shuts down the unhealthy endpoint automatically.
CTraffic is routed away from the unhealthy endpoint to healthy ones if configured.
DThe endpoint is deleted from DNS records.
Which protocol is NOT supported by Route 53 health checks?
AFTP
BHTTPS
CTCP
DHTTP
Can Route 53 health checks monitor endpoints outside of AWS?
AOnly endpoints with AWS IAM roles can be monitored.
BNo, only AWS resources can be monitored.
COnly endpoints in the same region can be monitored.
DYes, any publicly accessible endpoint can be monitored.
What is required to enable DNS failover using Route 53 health checks?
AAssociate a health check with a DNS record and configure failover routing policy.
BEnable CloudWatch alarms on the endpoint.
CCreate an IAM role for Route 53.
DUse a private hosted zone.
How often does Route 53 perform health checks by default?
AEvery 5 minutes
BEvery 30 seconds
CEvery 1 minute
DEvery 10 seconds
Explain how Route 53 health checks help improve application availability.
Think about how traffic is managed when a server is down.
You got /4 concepts.
    Describe the steps to set up a health check and DNS failover in Route 53.
    Consider the order of creating and linking components.
    You got /4 concepts.