I'm reading a AWS_Blue_Green_Deployments paper here, and trying to understand next:
When it’s time to deploy, you simply attach the green group to the existing load balancer to introduce traffic to the new environment. For HTTP/HTTPS listeners, the load balancer favors the green Auto Scaling group because it uses a least outstanding requests routing algorithm, as explained in the Elastic Load Balancing Developer Guide.
Unfortunately - I can't see an explanation (or - just can't understand it) in the Elastic Load Balancing Developer Guide here.
Could somebody please explain this part:
the load balancer favors the green Auto Scaling group because it uses a least outstanding requests routing algorithm
Why will ELB favor newly attached ASG for traffic? What is "a least outstanding requests routing algorithm" here/in AWS?