Top "Load-balancing" questions

The term load balancing is used to describe technology that is used to evenly distribute work across multiple nodes within a network.

Load Balancing in Amazon EC2?

We've been fighting with HAProxy for a few days now in Amazon EC2; the experience has so far been great, …

amazon-ec2 load-balancing scaling haproxy
How is load balancing done in Docker-Swarm mode

I'm working on a project to set up a cloud architecture using docker-swarm. I know that with swarm I could …

docker load-balancing docker-swarm-mode
AWS Pass traffic from NLB to an ALB?

I am trying to pass incoming traffic from amazon's Network Load Balancer to Application Load Balancer, I am using NLB …

amazon-web-services load-balancing nlb
GWT load testing with jmeter

I have a GWT application and wanna to test load and functionality using a tool like jmeter. I am not …

gwt jmeter load-balancing
How to auto scale my instance in Amazon EC2?

I just have created Amazon EC2 image and I'm new to this environment. I'm interested in "auto scale" part of …

amazon-ec2 load-balancing
nginx behind load balancers

I've found at that Instagram share their technology implementation with other developers trough their blog. They've some great solutions for …

nginx load-balancing
How do I set up global load balancing using Digital Ocean DNS and Nginx?

UPDATE: See the answer I've provided below for the solution I eventually got set up on AWS. I'm currently experimenting …

nginx dns global load-balancing digital-ocean
Redirect users to the nearest server based on their location without changing url

This is my case: I have 6 servers across US and Europe. All servers are on a load balancer. When you …

redirect geolocation dns load-balancing
Multiple domain names attached to same load balancer as alias records?

I have hosted multiple domain names (example.com and example.net ) on same instance in my auto scaling group. Now …

amazon-web-services load-balancing amazon-route53
Mixing RewriteRule and ProxyPass in Apache

I was working on debugging an issue today related to mixing mod_proxy and mod_rewrite together and I ended …

apache mod-rewrite apache2 load-balancing mod-proxy