ELB
Elastic Load Balancing
タイムアウトに注意
ELB のタイムアウト < Web サーバの KeepAliveTimeout にする必要がある
=> 504 の発生
バックアップ
設定の保存
特定の ELB 表示
code:shell
$ aws elbv2 describe-load-balancers --load-balancer-arns arn:aws:elasticloadbalancing:ap-northeast-1:xxxxx
属性値の表示
code:shell
$ aws elbv2 describe-load-balancer-attributes --load-balancer-arn arn:aws:elasticloadbalancing:ap-northeast-1:xxxxx
リスナー情報表示
code:shell
$ aws elbv2 describe-listeners --load-balancer-arn xxx