Closed chris-armstrong closed 1 month ago
You can exlcude resource types from a diagram in the Diagram Settings section on the Diagram page. Is this the functionality you're talking about?
This setting lets you specify resources to include, but using this as a discovery tool for my architecture, I'm more interested in explicitly excluding resources which clutter the diagram (such as tags and roles), and possibly being able to do this as a default setting or some kind of diagram settings profile to apply
You can do both, the Filter Type toggle determines whether the resource types selected in the Resource Types dropdown will be excluded (Hide Selected) or included (Only Show Selected). When you more expand more resources in the diagram, any newly added resources types will be excluded/included as per your selection.
https://github.com/user-attachments/assets/3abad4ba-0e56-437f-8c25-40afbe209868
Thanks, sorry I missed this one
closing
Feature name Hide all resources of a particular type on a diagram.
Is your feature request related to a problem? Please describe. I'm constructing diagrams with lots of serverless resources such as Lambda functions. However, these types of resources can have a lot of default relationships such as tags, roles, VPCs, etc., so visualising them with all their relationships can result in a very clutered diagram and lots of lines going from the resource to a role or tag, which is unhelpful.
Describe the feature you'd like to see implemented
Describe the value this feature will add to AWS Perspective Improve the usability of AWS Workload Discovery when working with serverless architectures.
Describe alternatives you've considered I can use the
Actions->Resources->Remove
menu, but this is tedious when working with lots of diagrams and not easily accessed. It could be surfaced as a toolbar button instead of a menu item.Additional context