How to download all the AWS pricing in bash
Posted: | Categories: tech
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 extracting, for each product, the url of the current version Create a folder hierarchy with the name of the product (done by the settings of wget) Save the pricing, in that directory For example the pricing of AmazonQLDB will be in the folder AmazonQLDB/current/ Read more...