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?
✗ Incorrect
Route 53 uses health check results to route traffic away from unhealthy endpoints to healthy alternatives if DNS failover is set up.
Which protocol is NOT supported by Route 53 health checks?
✗ Incorrect
Route 53 health checks support HTTP, HTTPS, and TCP protocols, but not FTP.
Can Route 53 health checks monitor endpoints outside of AWS?
✗ Incorrect
Route 53 health checks can monitor any publicly accessible endpoint, including those outside AWS.
What is required to enable DNS failover using Route 53 health checks?
✗ Incorrect
DNS failover requires associating a health check with a DNS record and setting the routing policy to failover.
How often does Route 53 perform health checks by default?
✗ Incorrect
By default, Route 53 performs health checks every 30 seconds to monitor endpoint health.
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.