For use this project, you need to install :
pip install costreduce
After install is complete. You can use the costreduce --help
command.
Check that you have correctly configured the AWS cli.
costreduce analyze --provider aws --service ec2 --region us-east-1
Check that you have correctly configured the AWS cli. For install requirements.
poetry install
For launch virtual env.
poetry shell
python costreduce/main.py analyze --provider aws --service ec2 --region us-east-1