Skip to content

jaredtrog/cfplot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cfplot

Overview

It was increasingly cumbersome to eye-grep CF output in the AWS console. I couldn't find another tool out there to provide individual resource deployment time so I wrote this. Please use at your own risk. No warranties expressed or implied.

This will connect to AWS, grab the output of describe_stacks and generate a horizontal waterfall diagram similar to a webpage load waterfall diagram.

Requirements

  • An AWS profile configured locally
  • python 3.8+
  • pipenv

Installation

pipenv install
pipenv shell
./cfplot.py --help

Example

./cfplot.py stackname --region us-east-1 --profile your-profile-name

A picture is worth a thousand deployments

About

A simple tool to generate waterfall graphs of CloudFormation Templates

Topics

Resources

License

Stars

Watchers

Forks

Languages