Automic VaultAutomic Vault

brew

Install awscli@1 with Homebrew, chocolatey, apt, dnf, Nix, zypper

Official Amazon AWS command-line interface. Version 1.45.40 via Homebrew; verified 2026-07-04.

install

Additional install commands

macOS

Homebrewverified · 100%
brew install awscli@1

local Homebrew formula metadata

Linux

Debian aptverified · 92%
sudo apt install awscli

Debian stable package indexes · awscli · source: deb.debian.org

Fedora dnfverified · 92%
sudo dnf install awscli2

Fedora Rawhide package metadata · awscli2 · source: dl.fedoraproject.org

Nixverified · 92%
nix profile install nixpkgs#awscli

nixpkgs package indexes · pkgs/by-name/aw/awscli/package.nix · source: api.github.com

openSUSE zypperverified · 92%
sudo zypper install aws-cli

openSUSE Tumbleweed package metadata · aws-cli · source: download.opensuse.org

overview

Package summary

Official Amazon AWS command-line interface

Commands and aliases

No executable aliases were found in the local package database.

history

Project history and usage

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.

Project history

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.

Adoption history

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.

How it is used

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.

Why package nerds care

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.

Timeline

  • 2012: Public GitHub repository `aws/aws-cli` created.
  • 2013: AWS CLI 1.0.0 tag cut.
  • 2020: AWS CLI v2 2.0.0 tag cut, creating the long-term v1/v2 split.
  • 2025: AWS CLI 1.44.0 tag cut, showing ongoing v1 releases before maintenance mode.
  • 2026: AWS CLI v1 scheduled to enter maintenance mode on February 1.
  • 2027: AWS CLI v1 scheduled to reach end-of-support on July 31.

Related projects

  • AWS CLI v2 is the successor major line packaged by Homebrew as `awscli`.
  • Botocore and Boto3 are the Python AWS SDK pieces most closely associated with the v1 ecosystem.
  • AWSume, awscurl, and awslogs consume the same shared AWS credential/profile conventions.

security posture

No protected-tool coverage found yet

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.

Install behavior

  • No Homebrew post-install hook is recorded in formula metadata.
  • Homebrew bottle metadata is available for 6 platform targets.
  • Installs with 2 runtime dependencies.

Recommended review

Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.

local files

Configuration and credential file locations

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.

Configuration files

Config paths the tool may read or write during local use.

Unix
~/.aws/config
Windows
%USERPROFILE%\.aws\config

Credential files

Credential-bearing paths to review before unattended agent runs.

Unix
~/.aws/credentials
Windows
%USERPROFILE%\.aws\credentials

executables

Installed executables

CommandKindExposureNote
No executable data was present.

freshness

Version and 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.

page generated2026-07-08
manager version1.45.40
manager updated2026-07-04
local dataok
upstreamnot checked
latest detectednot detected

https://aws.amazon.com/cli/

install metadata

Package metadata

Package keybrew:awscli@1
Version1.45.40
Package managerHomebrew
Package manager pagehttps://formulae.brew.sh/formula/awscli@1
Homepagehttps://aws.amazon.com/cli/
Repositoryhttps://github.com/aws/aws-cli
Upstream docshttps://docs.aws.amazon.com/cli/v1/userguide/cli-chap-welcome.html
LicenseApache-2.0
Source archivehttps://files.pythonhosted.org/packages/11/5f/c1b234cac0bd84b68b73f4aefb52a6817a811d6f53ba41c4543045636410/awscli-1.45.40.tar.gz
Last updated2026-07-04T03:25:28Z
Pulseupdated
Dependencieslibyaml, python@3.14
Uses from macOSmandoc
Bottleavailable (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-installnot defined
Servicenone declared
CaveatsThe "examples" directory has been installed to: $HOMEBREW_PREFIX/share/awscli/examples

registry facts

Source database details

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Nameawscli@1
Version Scheme0
Revision0
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyyes
URL Keys
  • stable

source database matches

Other package-manager records

Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.

Debian apt88%

awscli 2.23.6-1

Unified command line interface to Amazon Web Services

https://github.com/aws/aws-cli

sudo apt install awscli
  • Section: admin
  • Architecture: all
  • 15 dependencies
  • versioned package alias match
  • Matched by: Awscli
Debian stable package indexes · deb.debian.org · Debian stable package indexes: awscli from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix88%

awscli

nix profile install nixpkgs#awscli
  • versioned package alias match
  • Matched by: Awscli
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/aw/awscli/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
dnf88%

awscli2 2.34.29-2.fc45

Universal Command Line Environment for AWS, version 2

https://github.com/aws/aws-cli/tree/v2

sudo dnf install awscli2
  • License: Apache-2.0 AND MIT
  • Category: Unspecified
  • Architecture: noarch
  • Source Package: awscli2
  • 3 dependencies
  • 6 provides
  • versioned package alias match
  • Matched by: Awscli
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: awscli2 from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
zypper88%

aws-cli 1.44.51-1.1

Amazon Web Services Command Line Interface

https://github.com/aws/aws-cli

sudo zypper install aws-cli
  • License: Apache-2.0
  • Category: System/Management
  • Architecture: noarch
  • Source Package: aws-cli
  • 6 dependencies
  • 5 provides
  • versioned package alias match
  • Matched by: Awscli
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: aws-cli from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
Chocolatey88%

awscli

choco install awscli
  • versioned package alias match
  • Matched by: Awscli
Chocolatey community package catalog · community.chocolatey.org · Chocolatey community package catalog: awscli from http://community.chocolatey.org/api/v2/Packages?$filter=IsLatestVersion&$select=Id&$top=1000&$skiptoken='11','autodesk-fusion360'

source trail

Generated from repository data

This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.

Used sources

  • Nucleus package database
  • cross-ecosystem install command graph
  • curated configuration and credential file locations
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment