Skip to content

theipster/aws-cloudformation-graphviz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aws-cloudformation-graphviz

Tool to generate an architectural diagram from an AWS CloudFormation manifest.

Inspired by trek10inc/cloudformation-graph and nickshine/dot.

Icon set sourced from AWS Architecture Center.

Usage

Pass the CloudFormation JSON contents via STDIN; receive the image file via STDOUT:

$ docker run -i --rm theipster/aws-cloudformation-graphviz < stack.json > stack.png

where arguments to the docker run command are the standard GraphViz flags (default: -Tpng).