|
|
|
|
|
by kirbypineapple
3703 days ago
|
|
Do you have any thoughts on how to scale load balancers horizontally and on demand? I've played briefly with attempting some dynamic DNS routing based on health checks to re-route traffic from balancers that have been shut down due to low traffic, but DNS really isn't designed to work this way. |
|
Of course the former is very common with Auto Scaling Groups [1] [2]. Then you can use round robin or session sticky routing algorithms in the load balancers.
(Apologies if I'm totally off-base for what you were asking.)
1: http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide...
2: http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide...