Skip to content

Instantly share code, notes, and snippets.

@gtheys
Created August 24, 2015 11:59
Show Gist options
  • Save gtheys/e75ac981748a42a80051 to your computer and use it in GitHub Desktop.
Save gtheys/e75ac981748a42a80051 to your computer and use it in GitHub Desktop.
aws + JQ
› aws ec2 describe-instances --filter Name=tag:class,Values=web Name=tag:Env,Values=staging --profile bs | jq '.Reservations[].Instances[].PublicDnsName'
"ec2-52-52-52-52.eu-west-1.compute.amazonaws.com"
"ec2-52-52-52-53.eu-west-1.compute.amazonaws.com"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment