FinOps Toolkit: start with context, end with clarity
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 …
Section
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 …
Looking around the web often gets me to non-Athena ways. So here we go. In AWS Athena you get the numbers of days between two dates like this: SELECT date_diff('day', …
Rounding in AWS Athena
Interesting links Using Athena from the AWS CLI on Linux Getting today in Athena Getting today in PostgreSQL How to get the metadata of AWS Athena tables Get the number …
Evergreen information
My opensource project
Learning in public
Learning in public
Solving “ThrottlingException: Rate exceeded” in Javascript with Exponential backoff + Jitter
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 …