AWS Command Line Interface
Overview
msiexec /i AWSCLIV2.msi /qnUninstall
msiexec /x {AWSCLI_GUID} /qn CPE
cpe:2.3:a:amazon:aws_command_line_interface:*:*:*:*:*:*:*:* Version & Lifecycle
Community Notes
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.
Release Notes & Updates
Known Vulnerabilities
None found.
No published CVEs against
cpe:2.3:a:amazon:aws_command_line_interface:*:*:*:*:*:*:*:*.
Looks wrong? Suggest a different match
Don’t see it? Paste a CPE
Also known as
Packaging Notes
Official MSI installer for Windows; also available as bundled installers for Linux and macOS