aws-solutions / workload-discovery-on-aws

Workload Discovery on AWS is a solution to visualize AWS Cloud workloads. With it you can build, customize, and share architecture diagrams of your workloads based on live data from AWS. The solution maintains an inventory of the AWS resources across your accounts and regions, mapping their relationships and displaying them in the user interface.
https://aws.amazon.com/solutions/implementations/workload-discovery-on-aws/
Apache License 2.0
727 stars 88 forks source link

Select all resources with specific tag #549

Open robeellocalised opened 1 month ago

robeellocalised commented 1 month ago

Feature name Select all resources with a tag and create the diagram.

Is your feature request related to a problem? Please describe. I have more than 10,000 resources fetched from AWS and they are not classified on the base of tags.

Describe the feature you'd like to see implemented I want to create multiple diagrams on the basis of different tags.

Describe the value this feature will add to AWS Perspective It'll help many organizations to classify their diagrams.

shujacks commented 1 month ago

Thanks for reaching out, we will add to our backlog for evaluation.

svozza commented 1 month ago

You can search for tags by typing the key name and value into the search bar joined with the = symbol. So for example if you have a tag with key Enironment and the value prod or staging you could do a search for Environment=prod or Environment=staging. You can tell which are tags because they'll have the resource type AWS::Tags::tag. If you select the checkbox for the tag(s) you want, any resources assoicated with the tag(s) will be added to a diagram when you choose the Add to diagram button.

Screenshot 2024-09-30 at 16 30 29