Search code examples
amazon-web-servicesgroupingtagging

Create AWS Resource Group where Tags do not equal some value


I'm trying to create an AWS Resource Group that helps me locate non-standard resources. In my case, that's one of these two options:

  • Resources missing an Environment tag
  • Resources with a non-standard Environment tag value (e.g. Environment != Production AND Environment != Development)

Solution

  • It is possible to find the resources missing a tag. Use the Tag Editor to find the resources that are not missing an Environment tag.

    enter image description here

    Then click on View as resource group, give a name to the group and save.

    enter image description here