Skip to content

ujjawal-khare-27/cloud-cost-optimizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cloud Cost Optimization Tool

This project helps identify wasted or underutilized cloud resources and provides actionable recommendations to optimize cloud costs.

Currently, it supports AWS with recommendations for:

  • Amazon EBS
  • Amazon RDS
  • AWS Load Balancers

🚀 Setup

  1. Install dependencies:

    pip install -r requirements.txt
    
  2. Configure your AWS credentials in environment variables.

  3. Run the analysis script (after setting the appropriate AWS Region and credentials):

    ./aws_report.sh
    
    
    

Resource-Specific Recommendations

Each supported AWS resource has detailed documentation on how recommendations are generated:

  1. Amazon RDS
  2. Load Balancers
  3. Amazon EBS

About

This project helps to optimize cost of cloud.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published