We would like to set up NGINX behind ELB in AWS-EC2. The NGINX instances will be in a autoscaling group in multiple AZs to provide High availability. In this case, let's say there are 10 instances of backend servers which are loadbalanced by NGINX. How do the NGINX instances collaborate between themselves to provide more uniform loadbalancing across all 10 instances? If each NGINX instance acts in a silo, then the load distribution won't be uniform, for example if each of them decide to load balance to the same set of backend servers for whatver reason. I checked the white paper http://d0.awsstatic.com/whitepapers/AWS_NGINX_Plus-whitepaper-final_v4.pdf which describes the NGINX behind ELB briefly. The only reference is as below. Any more info will be very helpful to understand if this addresses the specific concerns of uniform distribution of requests.
Excerpt from white paper (http://d0.awsstatic.com/whitepapers/AWS_NGINX_Plus-whitepaper-final_v4.pdf)
To most accurately set up NGINX Plus for proxying WebSocket behind a load balancer, support for the PROXY protocol should be activated in the NGINX configuration. The NGINX configuration snippet below outlines an example of how to implement support for the PROXY protocol: