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.
Pass the CloudFormation JSON contents via STDIN; receive the image file via STDOUT:
$ docker run -i --rm theipster/aws-cloudformation-graphviz < stack.json > stack.pngwhere arguments to the docker run command are the standard GraphViz flags (default: -Tpng).