How to monitor cloud costs with kosty: an AWS FinOps utility

Some month ago I found this interesting project on github: https://github.com/kosty-cloud/kosty Kosty is a cost and security audit written in python and using aws cli to check the current status of your service. I followed the quickstart guide: pip3 install kosty python3 -m venv costy export AWS_DEFAULT_PROFILE=root kosty audit –output all Unfortunately this just output […]

Read More…