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
- Host: GitHub
- URL: https://github.com/iann0036/codepipeline-cost-compare
- Owner: iann0036
- License: mit
- Created: 2023-11-10T08:46:07.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-10T23:50:48.000Z (over 1 year ago)
- Last Synced: 2025-05-07T02:28:27.065Z (2 months ago)
- Topics: aws, aws-billing, codepipeline
- Language: Python
- Homepage:
- Size: 7.81 KB
- Stars: 13
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CodePipeline Cost Compare
> Compare the costs of V1 and V2 CodePipeline types based on historic usage

## 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)