From ba5215ac0582bd5a698f94f21c86175e2decc3a5 Mon Sep 17 00:00:00 2001 From: Ricardo N Feliciano Date: Fri, 6 Mar 2020 22:26:35 -0500 Subject: [PATCH] Note that specific CLI versions can be downloaded. --- doc_source/install-cliv2-linux.md | 4 +++- doc_source/install-cliv2-mac.md | 4 +++- doc_source/install-cliv2-windows.md | 4 +++- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/doc_source/install-cliv2-linux.md b/doc_source/install-cliv2-linux.md index 79da3d2..989dc51 100644 --- a/doc_source/install-cliv2-linux.md +++ b/doc_source/install-cliv2-linux.md @@ -41,6 +41,8 @@ sudo ./aws/install Alternatively, you can use your browser to download the installer from the following URL: `https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip` + In this example the latest version of the CLI is downloaded\. A version can be specified by appending it just before the file extension: `https://awscli.amazonaws.com/awscli-exe-linux-x86_64-2.x.y.zip` + You can verify the integrity and authenticity of the installation file after you download it\. For more information, see [Verifying the Integrity and Authenticity of the Downloaded Files](#v2-install-linux-validate) before you unzip the package\. 1. Unzip the installer\. The following example command unzips the package to the current folder\. If your Linux distribution doesn't have a built\-in `unzip` command, use your favorite package manager, or an equivalent, to install it\. @@ -226,4 +228,4 @@ Steps 1, 2, and 3 are prerequisite steps that you need to perform only once\. Yo Primary key fingerprint: FB5D B77F D5C1 18B8 0511 ADA8 A631 0ACC 4672 475C ``` **Important** -The warning in the output is expected and doesn't indicate a problem\. It occurs because there isn't a chain of trust between your personal PGP key \(if you have one\) and the AWS CLI PGP key\. For more information, see [Web of trust](https://wikipedia.org/wiki/Web_of_trust)\. \ No newline at end of file +The warning in the output is expected and doesn't indicate a problem\. It occurs because there isn't a chain of trust between your personal PGP key \(if you have one\) and the AWS CLI PGP key\. For more information, see [Web of trust](https://wikipedia.org/wiki/Web_of_trust)\. diff --git a/doc_source/install-cliv2-mac.md b/doc_source/install-cliv2-mac.md index 6be9bd4..77cb10a 100644 --- a/doc_source/install-cliv2-mac.md +++ b/doc_source/install-cliv2-mac.md @@ -53,6 +53,8 @@ $ sudo installer -pkg AWSCLIV2.pkg -target / In this example, the `-o` option specifies the file name that the downloaded package is written to\. In the previous example, the file is written to `AWSCLIV2.pkg` in the current folder\. + In this example the latest version of the CLI is downloaded\. A version can be specified by appending it just before the file extension: `https://awscli.amazonaws.com/AWSCLIV2-2.x.y.pkg` + 1. Run the standard macOS `installer` program, specifying the downloaded \.pkg file as the source\. ``` @@ -105,4 +107,4 @@ Finally, you can delete the main installation folder\. Use `sudo` to gain write ``` $ sudo rm -rf /usr/local/aws-cli -``` \ No newline at end of file +``` diff --git a/doc_source/install-cliv2-windows.md b/doc_source/install-cliv2-windows.md index 7f7ddd9..0c7cfb2 100644 --- a/doc_source/install-cliv2-windows.md +++ b/doc_source/install-cliv2-windows.md @@ -20,6 +20,8 @@ For Windows users, the MSI installation package offers a familiar and convenient 1. [Download the AWS CLI MSI installer for Windows \(64\-bit\) at https://awscli\.amazonaws\.com/AWSCLIV2\.msi](https://awscli.amazonaws.com/AWSCLIV2.msi) + In this example the latest version of the CLI is downloaded\. A version can be specified by appending it just before the file extension: `https://awscli.amazonaws.com/AWSCLIV2-2.x.y.zip` + 1. Run the downloaded MSI installer and follow the onscreen instructions\. By default, the AWS CLI installs to `C:\Program Files\Amazon\AWSCLIV2`\. 1. To confirm the installation, use the `aws --version` command at a command prompt \(open the **Start** menu and search for `cmd` to start a command prompt\)\. @@ -47,4 +49,4 @@ You can also launch the **Programs and Features** program from the command line ``` C:\> appwiz.cpl -``` \ No newline at end of file +```