Skip to content

Instantly share code, notes, and snippets.

@uberbrady
Created November 9, 2013 22:16
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save uberbrady/7390790 to your computer and use it in GitHub Desktop.
Save uberbrady/7390790 to your computer and use it in GitHub Desktop.
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 } }'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment