Route 53 health checks monitor endpoints and when an endpoint is unhealthy, Route 53 stops routing traffic to it if failover or routing policies are configured. It does not delete records or stop DNS responses entirely.
To monitor a web server with Route 53 health checks, you specify the domain or IP, port 80, protocol HTTP, and optionally a path that returns a success status.
Latency routing directs users to the lowest latency region. Adding health checks ensures traffic is only routed to healthy endpoints, providing fault tolerance.
Restricting access to only Route 53 health check IPs prevents unauthorized access and protects your private servers.
A 30-second interval with 3 failures balances quick detection and reduces false alarms from transient issues.