Skip to content

Instantly share code, notes, and snippets.

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 pkutaj/71088e8a0714696d62a2f5bfe2de43d2 to your computer and use it in GitHub Desktop.
Save pkutaj/71088e8a0714696d62a2f5bfe2de43d2 to your computer and use it in GitHub Desktop.
2023-07-20-How-to-Get-Custom-Tags-with-AWS-CLI.md
Command Description
aws ec2 describe-tags Lists custom tags for EC2 resources
aws resourcegroupstaggingapi get-resources Returns all tagged or previously tagged resources
--tag-filters Key=system,Values=foo* Filters output by tag key and value
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment