A table anonymiser
What I built (github) is a first step, not the destination. An anonymiser can strip identifiers from a billing file like a CUR, and mine is designed to work across table …
Section
What I built (github) is a first step, not the destination. An anonymiser can strip identifiers from a billing file like a CUR, and mine is designed to work across table …
You don’t need to understand forecasting to use it. This tool lets you test several algorithms on your own data, see how each behaves, and decide which story fits your …
Forecasting shouldn’t be a black box. forecast_costs.py runs multiple models—SMA, Holt-Winters, ARIMA, NeuralProphet, and more—to show how each interprets your data. …
The first FinOps Toolkit tool, cost_and_usage.py, was built for simplicity: one command, one CSV, two columns — date and number. It pulls AWS cost data with minimal …
The FinOps Toolkit is a set of open-source scripts to explore, forecast, and explain cloud costs. No dashboards, no lock-in. Some tools are AWS-specific; others are …
How to get a random number in bash
How to split camel or pascal case in bash
Hello, this bash one-liner needs bash, a correctly configured AWS CLI, wget, jq and that’s it. The script will: Download the master file Parse the json file with jq …
This one-liner downloads the AWS pricing master file, parse it and download all the files listed in it. wget -q -O - …
A short video showing how to update the AWS CLI v2 on Linux (or Linux on Windows Linus Subsystem)