Appendix
Learn to install the Command Line Interface (CLI) that AWS provides to interact with its services.
We'll cover the following...
The Command Line Interface (CLI) of AWS is very important as it allows us to interact with AWS by any command line and automate tasks. This CLI can be installed on any operating system. This lesson contains the steps to install the CLI of AWS on Mac, Linux and Windows. All of the information that this lesson contains can be verified from AWS official documentation.
Prerequisites
To install the AWS CLI, it’s important to have python 2.7 or later, or python 3.6 or later on your device. ...