https://github.com/jaredtrog/cfplot
A simple tool to generate waterfall graphs of CloudFormation Templates
https://github.com/jaredtrog/cfplot
aws cloudformation performance-testing python waterfall-charts
Last synced: about 1 month ago
JSON representation
A simple tool to generate waterfall graphs of CloudFormation Templates
- Host: GitHub
- URL: https://github.com/jaredtrog/cfplot
- Owner: jaredtrog
- License: apache-2.0
- Created: 2021-04-16T18:00:42.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-11-06T15:50:26.000Z (7 months ago)
- Last Synced: 2025-04-15T01:02:18.888Z (about 1 month ago)
- Topics: aws, cloudformation, performance-testing, python, waterfall-charts
- Language: Python
- Homepage:
- Size: 349 KB
- Stars: 48
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-github-repos - jaredtrog/cfplot - A simple tool to generate waterfall graphs of CloudFormation Templates (Python)
README
# 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
```bash
pipenv install
pipenv shell
./cfplot.py --help
```## Example
```bash
./cfplot.py stackname --region us-east-1 --profile your-profile-name
```