Last active
March 7, 2019 02:39
-
-
Save tkhk/7658a77022f3986cd3e5679ba1ea80f6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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