Skip to content
/ fincosts Public

A CLI tool to optimize cloud costs by identifying unused resources and providing cost-saving recommendations for popular cloud providers.

License

Notifications You must be signed in to change notification settings

B3llo/fincosts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FinCosts 🌩️

FinCosts is a powerful CLI tool designed to optimize cloud costs. By identifying unused resources across various cloud platforms, it provides actionable insights and recommendations to save costs.

Features

  • Deep Analysis: Identify unused resources in your cloud infrastructure.
  • Multi-cloud Support: Works across AWS, GCP, and Azure.
  • Automated Recommendations: Get insights and actionable recommendations.
  • Ease of Use: User-friendly CLI interface.

⚡Advantages

  • Cost Savings: Reduce your cloud expenses by identifying and removing unused resources.
  • Efficiency: Optimize both cost and performance of your cloud setup.

💡Example

After setting up fincosts, you can easily run an analysis on your cloud setup:

$ fincosts analyze --provider=aws
👉  You selected AWS
👉  Using AWS credential profile default
🧪 Starting analysis...
📊 Identified 5 unused EC2 instances.
📊 Identified 2 unused EBS volumes.
...
💰 Potential savings: $150/month

📥 Installation

git clone https://github.com/B3llo/fincosts.git
cd fincosts
npm install
npm link

License: MIT

About

A CLI tool to optimize cloud costs by identifying unused resources and providing cost-saving recommendations for popular cloud providers.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published