We are trying to enable a CDN service using our private cloud, but want to augment capacity using EC2. I want to limit session concurrency for HTTPS get requests into of our 2 data centers to 100 conc...
Interesting. You could put them all in the same pool and use priority to only send connections to the ec2 vip when the 100 connection level is hit on each of the vips in your datacenters.