AWS Elastic Load Balancing uses health checks to determine if Amazon EC2 is healthy / unhealthy. If the instance is marked as unhealthy, then new traffic will not be sent to this server. Once it is identified as a Hit, traffic will again be sent to the instance.
If the request is sent to the instance and no response is received (due to the application not working or a timeout being started), the request will not be resent to another server . To send a request, send the request to the sender (for example, the user or application).
source share