2 Answers
Hello,
If you are talking about the health check embedded in an ALB, it will query a specific HTTP endpoint on your machine (that you define) in order to check if your service is currently available. If this healthcheck returns 200 , the ALB will still send traffic to this machine, if not, it will stop sending traffic to it.
To give another example, imagine one of your colleagues deleted the file of this healthcheck (like for example the file healthcheck.html) and your instance has no issue (like CPU/RAM issue), the ALB will not send any traffic to this instance.
I hope this message helped you
The creation of the health checks is for some reason not shown in the video, but you have to create them before creating the Failover record, in the "Health checks" section of the Route 53 menu on the left.
I think health check is on the actual health of the EC2 instance, regardless of type of traffic. Pretty much is it open to access and the instance is running or not.
btw no one answers any questions here. there are no mods or staff it looks like. pretty bad set-up.