ELBを削除する前に控えておく設定項目の確認方法

AWS Cli

http://docs.aws.amazon.com/cli/latest/reference/elb/index.html

Command Line Interface Tools

http://docs.aws.amazon.com/ja_jp/ElasticLoadBalancing/latest/DeveloperGuide/UsingTheCommandLineTools.html

ELBの状態を確認する

Command Line Interface Tools

elb-describe-lbs my-load-balancer

AWS Cli

aws elb describe-load-balancers --load-balancer-name my-load-balancer

http://docs.aws.amazon.com/cli/latest/reference/elb/describe-load-balancers.html

ELBの属性を確認する

ConnectionDraining、CrossZoneLoadBalancingなどの設定値を確認します。

Command Line Interface Tools

該当するコマンドなし

AWS Cli

aws elb describe-load-balancer-attributes --load-balancer-name my-load-balancer

http://docs.aws.amazon.com/cli/latest/reference/elb/describe-load-balancer-attributes.html

ELBのポリシーを確認する

Cookieなどの設定値を確認します。

Command Line Interface Tools

elb-describe-lb-policies my-load-balancer
elb-describe-lb-policy-types 

AWS Cli

aws elb describe-load-balancer-policies --load-balancer-name my-load-balancer
aws elb describe-load-balancer-policy-types

http://docs.aws.amazon.com/cli/latest/reference/elb/describe-load-balancer-policies.html http://docs.aws.amazon.com/cli/latest/reference/elb/describe-load-balancer-policy-types.html

ELBのタグを確認する

Command Line Interface Tools

該当するコマンドなし

AWS Cli

aws elb describe-tags --load-balancer-name my-load-balancer

http://docs.aws.amazon.com/cli/latest/reference/elb/describe-tags.html