Skip to content

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

License

Notifications You must be signed in to change notification settings

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 74.4%
  • Dockerfile 20.4%
  • JSONiq 5.2%