Skip to content

Instantly share code, notes, and snippets.

View uberbrady's full-sized avatar

Brady Wetherington uberbrady

View GitHub Profile
@uberbrady
uberbrady / gist:7390790
Created November 9, 2013 22:16
How to turn on cross-zone load-balancing for AWS ELB's
# to update the Python version of your AWS CLI client
sudo easy_install -U awscli
# to actually modify your ELB's to use cross-zone load-balancing:
aws elb modify-load-balancer-attributes --load-balancer-name MYLBNAME --load-balancer-attributes '{ "CrossZoneLoadBalancing": { "Enabled": true } }'