avengerpenguin / cloudage

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cloudage

Small tool to create Graphviz representation of an AWS Cloudformation template. It allows seeing how resources Ref each other and also where parameters are used.

Install via pip:

pip install cloudage

And pass template JSON via stdin:

cloudage <mytemplate.json >output.dot

About


Languages

Language:Python 100.0%