Open pistazie opened 3 years ago
The image seem to be gone from the current set. There was one included when they used to be called "AWS Simple Icons". There is a low quality version preserved at Wikimedia: https://commons.wikimedia.org/wiki/File:AWS_Simple_Icons_Groups_Security_Group.svg
Though the image was not meant to be used as an icon. More like a container, like VPC, AZs and regions.
I wonder if it would be feasible to display these group resources in such a way.
CDK-Dia currently renders using Graphviz It should be possible to style border there. The diagrming logic currently looks at a Security group as a resource and not as clustering object which contains other objects.
I see the advantages of such an approach (could be well used with #4) but also see that is creates rather networking-focused diagrams.
Not sure where to take in from here :)
cdk-dia currently has no icon for a security group.
the following cdk App:
yields the following diagram: Which misses a security group icons.
The icons mapping is at
src/diagram/aws/awsResouceIconMatches.json
All current CDK icons are taken from https://aws.amazon.com/architecture/icons/
One has to figure out whether AWS has such an icon or how to come up with an icon that is descriptive and also consistent with current AWS/CDK-Dia icons.