We use on amazon Elastic Beanstalk with autoscaling. The autoscaling gives us 10 EC2 instances working behind a load balancer.
Now if i am right the load balancer adds a cookie "AWSELB" to forward requests to the right instance. Now I am wondering how can I find the EC2 instance processing my request from the AWSELB cookie or from anything else?
Thanks