Created
December 10, 2013 03:40
-
-
Save siroken3/7885396 to your computer and use it in GitHub Desktop.
aws-cliで ELBのcrosszone 設定のON/OFFする方法
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 確認方法 | |
| aws elb describe-load-balancer-attributes --load-balancer-name ELB名 | |
| 設定方法 (ONの場合: OFFの時は false) | |
| aws elb modify-load-balancer-attributes --load-balancer-name ELB名 --load-balancer-attributes '{ "CrossZoneLoadBalancing": {"Enabled": true }}' | |
| === | |
| 機能の説明 | |
| http://docs.aws.amazon.com/ElasticLoadBalancing/latest/DeveloperGuide/enable-disable-crosszone-lb.html |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment