AWS Resource Groups
- #AWS
The resource groups in Azure was a "love at first sight" feature for me. The fact that any resource, in Azure, has to be created inside a resource group is really good for management and governance.
Today, I learned that AWS has a similar feature, also called resource groups, that can be used to put together existing resources, using filters, like tags, for example.
Once the group is created, it is possible to take some actions over all the resources in it. Besides, it's easier to see all the resources of a project without having to switch from a service screen to another. It is very useful.
To access this feature, you can create a tag, assign this tag to the desired resources, than create a resource group filtering by this tag.
See the screenshots below: