Skip to content
This repository has been archived by the owner on Oct 26, 2020. It is now read-only.

CostReduce/cli

Repository files navigation

CostReduce

Tests Requirements Status codecov GitHub

Usage

Install

For use this project, you need to install :

pip install costreduce

After install is complete. You can use the costreduce --help command.

First Run

Check that you have correctly configured the AWS cli.

costreduce analyze --provider aws --service ec2 --region us-east-1

Developement

Requirements

Check that you have correctly configured the AWS cli. For install requirements.

poetry install

For launch virtual env.

poetry shell

Analyze cli

python costreduce/main.py analyze --provider aws --service ec2 --region us-east-1