I'm having two EC2 instances running behind an Elastic Load Balancer (ELB). When one EC2 instance not responding, the request redirected by ELB to that instance will get a TIMEOUT response.
Is there anyway to prevent this, for example, redirect to other instances if the current one's load is high or not working?