awscli elb

使っていないELBの列挙

AWS_PROFILE=example
AWS_REGION=ap-northeast-1
aws elb describe-load-balancers \
  --profile $AWS_PROFILE \
  --region $AWS_REGION \
  --output json \
  | jq -r '.LoadBalancerDescriptions[] | select(.Instances|length <= 0) | [ .LoadBalancerName, (.Instances|length) ] | @tsv'

トップ   編集 凍結 差分 バックアップ 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS
Last-modified: 2019-04-24 (水) 19:08:34