Skip to content

Instantly share code, notes, and snippets.

@hemanth22
Forked from marcelog/get_ec2_tags.sh
Created November 20, 2019 16:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hemanth22/2d72cf4b4d0f8bf0ad3e5ce1de689c92 to your computer and use it in GitHub Desktop.
Save hemanth22/2d72cf4b4d0f8bf0ad3e5ce1de689c92 to your computer and use it in GitHub Desktop.
#!/bin/bash
aws ec2 describe-tags --filters "Name=resource-id,Values=${instance_id}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment