Skip to content

Instantly share code, notes, and snippets.

@alterakey
Last active August 29, 2015 14:21
Show Gist options
  • Save alterakey/1dd084d7f8c922ed2edc to your computer and use it in GitHub Desktop.
Save alterakey/1dd084d7f8c922ed2edc to your computer and use it in GitHub Desktop.
jq fiddles
.Reservations[].Instances[]|{name:(.Tags[]|select(.Key=="Name").Value), iid:.InstanceId, ip:(.NetworkInterfaces[].Association.PublicIp)}
'.Reservations[].Instances[]|select(.Tags[]|select(.Key=="Name").Value == "instance_name")|.InstanceId'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment