High Availability with HAProxy and Keepalived in AWS
Although AWS offers its own load balancer (ELB), my preference goes out to HAProxy, since I can configure it entirely the way I would li… Read More
Load balancing is a common solution for distributing web applications horizontally across multiple hosts while providing the users a single point of access to the service. It aims to optimiz… Read More