Introduction
Sometimes your website or app server might stop working. Health checks help automatically watch your servers and tell Route 53 if one is down. This way, Route 53 can send users to a working server instead of a broken one.
When you want to make sure users only reach servers that are working well.
When you have multiple servers and want to send traffic away from any that fail.
When you want to get alerts if your website or app stops responding.
When you want to automatically switch to a backup server if the main one is down.
When you want to improve your website’s reliability without manual checks.