Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 673 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 673 Bytes

CodePipeline Cost Compare

Compare the costs of V1 and V2 CodePipeline types based on historic usage

Screenshot

Usage

python3 main.py

The script will process all pipelines within your AWS account and may take a few minutes to run in its entirety. Per-pipeline costs will be printed as they complete.

For credentials, the standard chain is respected, including the AWS_REGION environment variable.

Requirements

  • Python 3.6+
  • boto3 (latest)