Skip to content

Instantly share code, notes, and snippets.

@tkhk
Last active March 7, 2019 02:39
Show Gist options
  • Save tkhk/7658a77022f3986cd3e5679ba1ea80f6 to your computer and use it in GitHub Desktop.
Save tkhk/7658a77022f3986cd3e5679ba1ea80f6 to your computer and use it in GitHub Desktop.
aws ec2 describe-instances | jq -r '.Reservations[].Instances[].Tags[] | select(.Key == "Name") | .Value'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment