Only get the AWS cost data you need
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 …
Section
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 …
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