Skip to content

Instantly share code, notes, and snippets.

@tmtk75
Last active January 1, 2016 12:09
Show Gist options
  • Select an option

  • Save tmtk75/8142806 to your computer and use it in GitHub Desktop.

Select an option

Save tmtk75/8142806 to your computer and use it in GitHub Desktop.
From EC2 tags to TSV
aws ec2 describe-tags \
| jq -r '.Tags[] | .Key + "\t" + .Value + "\t" + .ResourceType + "\t" + .ResourceId'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment