What specificaly is involved in an Elastic Load Balancer health check on an instance?
I know that it performas an HTTP(S) "ping"; does it just deem an instance "Unhealthy" if that HTTP request returns an error status $THRESHOLD
number of times in a row?
Or does it take other factors into account, such as CPU usage?