A loader balancer sits in front of a pool of servers, often web servers. It receives requests and routes those requests to one of the available servers so as to distribute the load among them. To ensure that the load balancer is only routing requests to healthy servers it can utilize something called a health …
Continue reading "Using EC2 health checks to take down your own site"