Skip to content

Instantly share code, notes, and snippets.

@bkon
Created November 2, 2016 06:40
Show Gist options
  • Save bkon/95119565abcf4768048d622fd0b2d907 to your computer and use it in GitHub Desktop.
Save bkon/95119565abcf4768048d622fd0b2d907 to your computer and use it in GitHub Desktop.
ID=`ec2-metadata -i | cut -d " " -f 2`
aws ec2 describe-tags \
--filters Name=resource-id,Values=$ID Name=key,Values=Name \
--query Tags[].Value \
--output text \
--region=ap-southeast-2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment