AWS CLI installation
The AWS CLI is a tool provided by AWS to execute and manage your AWS resources using commands. The AWS CLI allows you to automate resource maintenance using scripts. To install the AWS CLI, perform the following steps:
- Download the AWS CLI from https://docs.aws.amazon.com/cli/latest/userguide/getting-started-install.html and double-click the executable to install the CLI. Click on the Next button:
Figure 15.17 – The AWS CLI installer License Agreement
- You can select what feature of the AWS CLI you want to install by expanding the tree displayed in the following screenshot, but let’s keep the default settings and click the Next button:
Figure 15.18 – The AWS CLI feature installation choice
- On the next screen, confirm the installation by clicking on the Install button and clicking Yes on the Windows confirmation prompt:
Figure...