Skip to content

Instantly share code, notes, and snippets.

@pcn
Created May 17, 2013 05:20
Show Gist options
  • Select an option

  • Save pcn/5597092 to your computer and use it in GitHub Desktop.

Select an option

Save pcn/5597092 to your computer and use it in GitHub Desktop.
Using jq with json-ified ec2din output
~/work/test-wrap-cmd.py| ~/Downloads/jq '[.instance_list[] | select(contains({"availabilty_zone": "us-east-1a"})) ]'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment