项目作者: theipster

项目描述 :
Tool to generate an architectural diagram from an AWS CloudFormation manifest.
高级语言: Shell
项目地址: git://github.com/theipster/aws-cloudformation-graphviz.git
创建时间: 2020-12-23T01:10:45Z
项目社区:https://github.com/theipster/aws-cloudformation-graphviz

开源协议:MIT License

下载


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:

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