Skip to content
This repository was archived by the owner on Jun 15, 2023. It is now read-only.

Commit ba5215a

Browse files
committed
Note that specific CLI versions can be downloaded.
1 parent aeefa86 commit ba5215a

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

Diff for: doc_source/install-cliv2-linux.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ sudo ./aws/install
4141

4242
Alternatively, you can use your browser to download the installer from the following URL: `https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip`
4343

44+
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`
45+
4446
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\.
4547

4648
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
226228
Primary key fingerprint: FB5D B77F D5C1 18B8 0511 ADA8 A631 0ACC 4672 475C
227229
```
228230
**Important**
229-
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)\.
231+
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 for: doc_source/install-cliv2-mac.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ $ sudo installer -pkg AWSCLIV2.pkg -target /
5353

5454
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\.
5555

56+
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`
57+
5658
1. Run the standard macOS `installer` program, specifying the downloaded \.pkg file as the source\.
5759

5860
```
@@ -105,4 +107,4 @@ Finally, you can delete the main installation folder\. Use `sudo` to gain write
105107

106108
```
107109
$ sudo rm -rf /usr/local/aws-cli
108-
```
110+
```

Diff for: doc_source/install-cliv2-windows.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ For Windows users, the MSI installation package offers a familiar and convenient
2020

2121
1. [Download the AWS CLI MSI installer for Windows \(64\-bit\) at https://awscli\.amazonaws\.com/AWSCLIV2\.msi](https://awscli.amazonaws.com/AWSCLIV2.msi)
2222

23+
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`
24+
2325
1. Run the downloaded MSI installer and follow the onscreen instructions\. By default, the AWS CLI installs to `C:\Program Files\Amazon\AWSCLIV2`\.
2426

2527
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
4749

4850
```
4951
C:\> appwiz.cpl
50-
```
52+
```

0 commit comments

Comments
 (0)