How to download all the AWS pricing 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 …
Section
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 - …
Hello, latest update on my learning in public: First article on AWS pricing - AWS Pricing API A list of AWS region codes and a way to get them from the AWS CLI and jq A …
Hello Some additions to the CUR zettelkasten: Trying to explain amortisation - I still cannot explain it simply :disappointed: Why 730 hours per month is often used in …
I always forget where to find the AWS normalization factor table for flexible-size RI. The simple url is https://frankcontrepois.com/rinormalization So here it is: …
I was expecting this question to be answered in two minutes, while it seems that undertanding if an instance is spot well documented. So here is my very short version In …
A short video showing how to update the AWS CLI v2 on Linux (or Linux on Windows Linus Subsystem)
Is it just me or the AWS Quicksight API call to list data sources is broken? For the last few weeks I am getting $ aws quicksight list-data-sources \-\-aws-account-id …
Here we go SELECT * FROM information_schema.tables Other articles for databases geeks Using Athena from the AWS CLI on Linux Getting today in Athena Getting today in …
gs: —s"] Other articles for databases geeks Using Athena from the AWS CLI on Linux Getting today in Athena Getting today in PostgreSQL How to get the metadata of AWS …