macOS
brew install awscli@1local Homebrew formula metadata
brew
Official Amazon AWS command-line interface. Version 1.45.40 via Homebrew; verified 2026-07-04.
install
brew install awscli@1local Homebrew formula metadata
sudo apt install awscliDebian stable package indexes · awscli · source: deb.debian.org
sudo dnf install awscli2Fedora Rawhide package metadata · awscli2 · source: dl.fedoraproject.org
nix profile install nixpkgs#awsclinixpkgs package indexes · pkgs/by-name/aw/awscli/package.nix · source: api.github.com
sudo zypper install aws-cliopenSUSE Tumbleweed package metadata · aws-cli · source: download.opensuse.org
choco install awscliChocolatey community package catalog · awscli · source: community.chocolatey.org
overview
Official Amazon AWS command-line interface
No executable aliases were found in the local package database.
history
AWS CLI v1 is the original major line of Amazon's official AWS command-line interface. In Homebrew it is packaged as `awscli@1` so users can keep the older Python-oriented CLI behavior while the main `awscli` formula follows AWS CLI v2.
The v1 line began in the same `aws/aws-cli` repository as the main CLI. The repository was created in 2012 and the 1.0.0 release tag was cut in September 2013, establishing the `aws` executable, service subcommands, shared config and credentials files, and a generated interface over AWS service models.
AWS CLI v1 remained the default AWS CLI for years and continued to receive release tags after v2 became available. By late 2025, the repository was still cutting 1.x release tags, but AWS' official lifecycle announcement moved the line into a legacy role.
v1 spread through Python packaging and operating-system package managers because it was easy to install into development machines, servers, and CI images. Many long-running scripts, docs, and wrapper tools still assume v1-era behavior, which is why package managers expose a versioned package rather than only replacing it with v2.
AWS announced that CLI v1 enters maintenance mode on February 1, 2026, and reaches end-of-support on July 31, 2027. That lifecycle makes `awscli@1` useful as a compatibility package, not the forward-looking default.
AWS CLI v1 is used like the modern CLI: `aws configure`, `aws --profile NAME`, and service subcommands such as `aws s3` and `aws sts`. It reads the same shared config and credentials files documented by AWS, normally `~/.aws/config` and `~/.aws/credentials` on Unix-like systems.
The practical reason to install `awscli@1` is compatibility: pinning scripts, environments, or plugins that have not yet been moved to AWS CLI v2.
The formula is a clean example of package-manager major-version coexistence. The executable name is still `aws`, but the package name advertises that the user is opting into a legacy major line with a published support clock.
For package nerds, the interesting bit is not novelty but preservation: keeping old automation reproducible while the vendor's main installation path moves on.
security posture
No matching local secret-handling manifest was found for awscli@1. Nucleus package metadata is still published here so future coverage has a stable package URL.
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
local files
These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.
Config paths the tool may read or write during local use.
~/.aws/config%USERPROFILE%\.aws\configCredential-bearing paths to review before unattended agent runs.
~/.aws/credentials%USERPROFILE%\.aws\credentialsexecutables
| Command | Kind | Exposure | Note |
|---|---|---|---|
| No executable data was present. | |||
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
install metadata
| Package key | brew:awscli@1 |
|---|---|
| Version | 1.45.40 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/awscli@1 |
| Homepage | https://aws.amazon.com/cli/ |
| Repository | https://github.com/aws/aws-cli |
| Upstream docs | https://docs.aws.amazon.com/cli/v1/userguide/cli-chap-welcome.html |
| License | Apache-2.0 |
| Source archive | https://files.pythonhosted.org/packages/11/5f/c1b234cac0bd84b68b73f4aefb52a6817a811d6f53ba41c4543045636410/awscli-1.45.40.tar.gz |
| Last updated | 2026-07-04T03:25:28Z |
| Pulse | updated |
| Dependencies | libyaml, python@3.14 |
| Uses from macOS | mandoc |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
| Caveats | The "examples" directory has been installed to: $HOMEBREW_PREFIX/share/awscli/examples |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | awscli@1 |
| Version Scheme | 0 |
| Revision | 0 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | yes |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
awscli 2.23.6-1
Unified command line interface to Amazon Web Services
https://github.com/aws/aws-cli
sudo apt install awscliawscli
nix profile install nixpkgs#awscliawscli2 2.34.29-2.fc45
Universal Command Line Environment for AWS, version 2
https://github.com/aws/aws-cli/tree/v2
sudo dnf install awscli2aws-cli 1.44.51-1.1
Amazon Web Services Command Line Interface
https://github.com/aws/aws-cli
sudo zypper install aws-cliawscli
choco install awsclisource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.