How to get varnish client.ip behind ELB
I needed to filter access by IP using varnish acl, but when your varnish is behind a Amazon ELB Load Balancer, by default …
check aws elb hosts
This scripts counts how many active instances are inService of a AWS ElasticLoadBalancer (ELB).
The code is based on a simple API call via bash
elb-describe-instance-health
Here is the code:…