8000 GitHub - Unity-Cloud/fincosts: A CLI tool to optimize cloud costs by identifying unused resources and providing cost-saving recommendations for popular cloud providers.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
/ fincosts Public template
forked from B3llo/fincosts

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

Unity-Cloud/fincosts

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 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.

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 95.1%
  • JavaScript 4.9%
0