An open API service indexing awesome lists of open source software.

https://github.com/iann0036/codepipeline-cost-compare

Compare the costs of V1 and V2 CodePipeline types based on historic usage
https://github.com/iann0036/codepipeline-cost-compare

aws aws-billing codepipeline

Last synced: 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# CodePipeline Cost Compare

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

![Screenshot](https://repository-images.githubusercontent.com/716962610/5ae62dfd-bc45-485f-8f02-563ac03f122b)

## 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](https://boto3.amazonaws.com/v1/documentation/api/latest/guide/credentials.html#configuring-credentials) is respected, including the `AWS_REGION` environment variable.

## Requirements

- Python 3.6+
- boto3 (latest)