Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 695 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 695 Bytes

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).