Icon

AWS Command Line Interface

The AWS Command Line Interface (CLI) is a unified tool to manage AWS services. With just one tool to download and configure, you can control multiple AWS services from the command line and automate them through scripts.
Latest: 2.34.44
Last checked: Mar 15, 2026 10:01pm
Rank: 127/15140
Monitored via:
Winget NVD Request more monitors
Follow to track new versions in your feed.
Report

Overview

0
License: Apache License 2.0Installer: MSISilent: YesWinget: Available
Silent install
msiexec /i AWSCLIV2.msi /qn

Uninstall
msiexec /x {AWSCLI_GUID} /qn

CPE
cpe:2.3:a:amazon:aws_command_line_interface:*:*:*:*:*:*:*:*

Version & Lifecycle

0
Current: 2.34.44 N-2: 2.34.42 Oldest supported: 1.0.0 Avg cadence: Every 1 day

Top Contributors

Top sitewide contributors:

  1. Anbarasan
  2. nico_k
  3. Bob
  4. Vigneshwaran

Community Notes

Silent install note • April 26, 2026
0

AWS CLI v2 MSI silent install and validation

For managed Windows deployments, Amazon documents the AWS CLI v2 MSI at https://awscli.amazonaws.com/AWSCLIV2.msi. A quiet machine-wide install can use msiexec.exe /i https://awscli.amazonaws.com/AWSCLIV2.msi /qn; the MSI installs to C:\Program Files\Amazon\AWSCLIV2 by default and requires administrator rights.

Updates are performed by downloading and running the current MSI again. After install or upgrade, use aws --version as a simple validation check. Treat AWS profile, SSO, and credential files as per-user configuration data; their presence is not proof that the machine-wide CLI installer succeeded.

Source: AWS CLI v2 installation documentation.

Release Notes & Updates

0
Avg cadence:
Updates • 0

Known Vulnerabilities

None found.

No published CVEs against cpe:2.3:a:amazon:aws_command_line_interface:*:*:*:*:*:*:*:*.

Looks wrong? Suggest a different match
Looking for matching products…
Don’t see it? Paste a CPE

Also known as

Other names people use for this app — helps search and matching.

AWSCLI

Packaging Notes

0

Official MSI installer for Windows; also available as bundled installers for Linux and macOS

Notes

0

AWS CLI version 2 is the latest major version and recommended for general use. Version 1 is still supported but considered legacy.