Need a quick way to visualize your current aws/amazon ec2 security group configuration? aws-security-viz does just that based on the EC2 security group ingress configuration.
- Output to any of the formats that Graphviz supports.
- EC2 classic and VPC security groups
$ bundle install (more info)
To generate the graph directly using AWS keys
$ ruby lib/visualize_aws.rb -a your_aws_key -s your_aws_secret_key -f viz.svg
To generate the graph using an existing security_groups.json (created using aws-cli)
$ ruby lib/visualize_aws.rb -o data/security_groups.json -f viz.svg