aws-map
aws-map copied to clipboard
Make a network graph of an AWS region
Hi, When running the program I get an error Can't use an undefined value as an ARRAY reference at lib/AWS/Network/SecurityGroupMap.pm line 154.
We get the following when trying to run inside of version of perl 5.18.2. Looks like minimum version maybe be required. ``` Feature "postderef" is not supported by Perl 5.18.2...
### The following is how I installed this on OS X 10.14.5. I know this is not an issue but I wanted to document it for others to use in...
Maybe each VPC can be put into a cluster/subgraph https://graphviz.gitlab.io/_pages/Gallery/directed/cluster.html This seems doable with push_subgraph and pop_subgraph https://metacpan.org/pod/GraphViz2#push_subgraph(%5Bname-=%3E-$name,-edge-=%3E-%7B...%7D,-graph-=%3E-%7B...%7D,-node-=%3E-%7B...%7D,-subgraph-=%3E-%7B...%7D%5D) Example of usage: https://metacpan.org/source/RSAVAGE/GraphViz2-2.46/scripts/sub.graph.frames.pl
Find a nice way to represent instances from EMR clusters
RDS Clusters (Aurora) are not being scanned. Should be fairly easy to add (see _scan_rds)