Scale with automation, not elbow grease.
1 2 3 4 5 6
# chef makes haproxy.cfg listen myapp 0.0.0.0:80 <% @web_servers.each do |s| %> server <%= s[:hostname] %> <% end %>
Already Automated