Skip to content
This repository has been archived by the owner. It is now read-only.

CostReduce/cli

master
Switch branches/tags
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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