Skip to content

joconsol/aws_vpc_viewer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aws_vpc_viewer - a toolkit for checking the vpc framework on AWS conveniently.

Danster Huang (c) 2014-2014 [email protected]

these scripts (shell or python) is run on the EC2 instance of AWS.


Platform:

  • Ubuntu Server 64bit 14.04 LTS

Dependencies:

  • python 2.7
  • python package : json, pydot, xlsxwriter
  • pyparsing: load DOT files.
  • Graphviz: render the graphs.
  • inkscape: a vector graphics editor, transforms svg file to png file.
  • AWS Command Line Interface

if you want to analysis my code, some following knowledge are required :


Running

$ cd /path/to/aws_vpc_viewer/  
$ /bin/bash painter.sh # draws the network topology of your vpc on AWS into a png photo.  
$ /bin/bash reporter.sh # formats the information of ec2, s3, elb, rds to Excel-Formatted reports.  


> ./AWS_VPC.png is the network topology of your vpc on AWS   
> ./*.xlsx are the Excel-Formatted reports

About

a toolkit for checking the vpc framework on AWS conveniently

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 82.6%
  • Shell 17.4%