Welcome to my Site

Welcome to my little piece of 1's and 0's on the world wide web.

John

Adding the AWS CLI to Windows Terminal

So I've got my new workstation setup running Windows 11.  I like having all the tools I need in a single spot. Adding the AWS CLI is fairly straight forward but makes life a heap easier.  Start by installing Python from python.org if you don’t already have it on your machine. Once installed (take note of the version, which as of publishing is 3.11) open up Windows Terminal.

Now let’s install AWS Shell using Python, enter the following command...

Continue reading...