isitfit 0.4: analyse AWS EC2 usage from the terminal

swc1293

New member
isitfit is my startup's MVP.

It's a downloadable command-line tool that analyzes
the utilization of an AWS EC2 account
and gives recommendations on how to improve server selection.
This reduces costs while maintaining the same performance.

The asciinema demo is at https://asciinema.org/a/268751

You can download it with
Code:
pip3 install isitfit
and run it with
Code:
isitfit
or
Code:
isitfit --optimize
.

For more details, check https://isitfit.autofitcloud.com

I'm applying to YC W2020,
and I just realized that I never shared isitfit on the YC subreddit.
I've shared it on r/devops and r/aws last week and today.

If you try it out, get interesting results, and would like to support my startup,
it'd be fantastic if you share your output from isitfit (either comment, or PM me here).

Thanks!
 
Back
Top