It's a command-line tool that runs locally without sharing any of your data. As of version 0.7, isitfit can:
- connect to AWS Cloudwatch and Datadog - calculate the cost-weighted average utilization - calculate recommended size changes of EC2 instances to better match with the actual past utilization - dump tags in tabular format to a CSV file - suggest tags based on identified keywords in instance names
These features make it easier for users to drill down in their heap of AWS EC2 instances and identify underused or even idle servers. Rightsizing these servers means that the same service can run for less cost and less electric energy.
To download isitfit, simply execute `pip3 install isitfit` from any python-enabled terminal, and then execute the isitfit command as follows:
- To calculate cost-weighted average utilization: isitfit - To find underused instances: isitfit --optimize - To dump tags to CSV: isitfit tags dump - To get tag suggestions: isitfit tags suggest
For more details, check https://isitfit.autofitcloud.com