Automic VaultAutomic Vault

brew

使用 Homebrew, chocolatey, apt, Nix, dnf, zypper 安装 awscli@1

查看 awscli@1 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

安装

其他安装命令

macOS

Homebrew已验证 · 100%
brew install awscli@1

local Homebrew formula metadata

Linux

Debian apt已验证 · 92%
sudo apt install awscli

Debian stable package indexes · awscli · 来源: deb.debian.org

Nix已验证 · 92%
nix profile install nixpkgs#awscli

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

Fedora dnf已验证 · 92%
sudo dnf install awscli2

Fedora Rawhide package metadata · awscli2 · 来源: dl.fedoraproject.org

openSUSE zypper已验证 · 92%
sudo zypper install aws-cli

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

概览

软件包摘要

Official Amazon AWS command-line interface

命令和别名

本地软件包数据库中没有找到可执行别名。

历史

项目历史与用法

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.

时间线

  • 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.

安全态势

尚未找到受保护工具覆盖

没有找到 awscli@1 的匹配本地密钥处理 manifest。Nucleus 软件包元数据仍在此发布,以便未来覆盖拥有稳定的软件包 URL。

安装行为

  • formula 元数据中未记录 Homebrew post-install 钩子。
  • Homebrew bottle 元数据适用于 6 个平台目标。
  • 安装时包含 2 个运行时依赖。

建议审查

在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。

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

可执行文件

已安装的可执行文件

命令类型暴露范围备注
没有可执行文件数据。

新鲜度

版本和新鲜度

这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。

页面生成时间2026-07-10
管理器版本1.45.40
管理器更新时间2026-07-04
本地数据OK
上游not checked
检测到的最新版本未检测到

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

安装元数据

软件包元数据

软件包键brew:awscli@1
版本1.45.40
软件包管理器Homebrew
软件包管理器页面https://formulae.brew.sh/formula/awscli@1
主页https://aws.amazon.com/cli/
仓库https://github.com/aws/aws-cli
上游文档https://docs.aws.amazon.com/cli/v1/userguide/cli-chap-welcome.html
许可证Apache-2.0
源码归档https://files.pythonhosted.org/packages/11/5f/c1b234cac0bd84b68b73f4aefb52a6817a811d6f53ba41c4543045636410/awscli-1.45.40.tar.gz
最后更新2026-07-04T03:25:28Z
Pulseupdated
依赖libyaml, python@3.14
macOS 提供的库mandoc
Bottle可用 (于 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-install未定义
服务未声明
注意事项The "examples" directory has been installed to: $HOMEBREW_PREFIX/share/awscli/examples

注册表事实

源数据库详情

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

源数据库匹配

其他软件包管理器记录

匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。

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 依赖
  • versioned package alias match
  • 匹配方式: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
  • 匹配方式: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 依赖
  • 6 提供
  • versioned package alias match
  • 匹配方式: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 依赖
  • 5 提供
  • versioned package alias match
  • 匹配方式: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
  • 匹配方式: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'

来源线索

由仓库数据生成

此页面由 av-webscripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。

使用的来源

  • 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