dangoldin / aws-topology

Script to visualize the topology of an AWS environment

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

aws-topology

Script to visualize the topology of an AWS environment

The goal is to examine the different services in order to see what instance is set up to talk to what instance and plot these out.

Steps:

  • Get all instances, VPCs, Security Groups, ELBs
  • Group all instances by ELB
  • Find relationship between security groups, vpcs, and instances
  • Visualize the above

About

Script to visualize the topology of an AWS environment

License:MIT License


Languages

Language:Python 100.0%