Introduction to AWS CLI
I’m going to start working a lot with AWS, so I will need to get familiar with they’re tools. One of the most important tools to get familiar with, is their CLI.
Although it is possible to do most things from AWS management console, learning how to use the CLI allows for scripting and automation, which can help increase productivity.
Installation
To install AWS CLI we need Python 3.4 or later. Use --version
to verify it’s installed: