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 - …
SELECT CURRENT_TIME; Result: 14:39:53.662522-05 SELECT CURRENT_DATE; Result: 2019-12-23 SELECT CURRENT_TIMESTAMP; Result: 2019-12-23 14:39:53.662522-05 Official Pgsql …
Changing the timezone should not be complicated! There is a nice user interface, with a list of timezones, I pick the one I need, click sync time and … it fails. The old …
I always feel conflicted when I hear technologist saying that technology problems should be solved with more tech. The same goes with assuming that changing the world and …
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 …
~$ 2+2 2+2: command not found If you try to do 2+2 in bash chances are that 4 is not going to be the answer you get. To force bash to do some basic math you need to place …
clean apt by running sudo apt-get clean and try again. It worked for me
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 …