Skip to content

Instantly share code, notes, and snippets.

@siroken3
Created April 4, 2014 09:22
Show Gist options
  • Select an option

  • Save siroken3/9971095 to your computer and use it in GitHub Desktop.

Select an option

Save siroken3/9971095 to your computer and use it in GitHub Desktop.
指定したロードバランサーにぶら下がっているec2インスタンスid一覧を取得する
aws elb describe-load-balancers --region ap-northeast-1 | jq -r '.LoadBalancerDescriptions[] | select(.LoadBalancerName == ロードバランサー名) | .Instances[].InstanceId'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment