# aws-shell を Homebrew でインストール

aws-shell のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

## インストール

```sh
sudo av install brew:aws-shell
```

追加のインストールコマンド:

### macOS

- Homebrew (100%):

```sh
brew install aws-shell
```

  証拠: local Homebrew formula metadata

## パッケージ情報

- **パッケージキー:** brew:aws-shell
- **パッケージマネージャ:** Homebrew
- **バージョン:** 0.2.2
- **ソース概要:** Integrated shell for working with the AWS CLI
- **ホームページ:** <https://github.com/awslabs/aws-shell>
- **最終更新:** 2026-07-22T10:29:25Z
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- aws-shell (エイリアス)
- aws-shell-mkindex (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

- ページ生成日: 2026-08-03
- マネージャ版: 0.2.2
## プロジェクトの歴史と使われ方

aws-shell is an interactive shell for the AWS CLI, adding completions, fuzzy searching, inline documentation, profiles, command history, and persistent shell preferences around normal AWS CLI commands.

### プロジェクトの歴史

The awslabs repository begins in September 2015 with commits that turn the idea into an installable Python package. The README brands it as an interactive productivity booster for the AWS CLI.

The project depends on the AWS CLI model and boto3-style service data to provide command, option, and server-side resource completion. Its public release history is modest; tags reached the 0.2.x line and later commits mainly keep compatibility and dependencies moving.

### 採用の歴史

aws-shell served users who wanted a richer REPL-like AWS CLI experience before modern shell completion and IDE integrations were as common. Its Homebrew formula reflects a developer-workstation tool: install it, run aws-shell, and type AWS CLI commands without the aws prefix.

Because it shares AWS CLI configuration and profiles, adoption did not require a new credentials model. That made it easy to try, but also tied the tool's usefulness to the AWS CLI command model and Python support matrix.

### 使われ方

The README says aws-shell accepts the same commands as the AWS CLI except without the aws prefix, supports AWS CLI profiles, records command history in ~/.aws/shell/history, and persists toolbar/keybinding preferences to ~/.aws/shell/awsshellrc.

Configuration and credentials come from the standard AWS CLI files and profile behavior. Users can run configure inside the shell to populate access key, secret key, region, and output format settings.

### パッケージ好きにとっての重要性

For package maintainers, aws-shell is a snapshot of the Python AWS tooling era: prompt-tooling convenience wrapped around AWS CLI models, packaged as a standalone executable even though most of its value comes from AWS CLI/boto data underneath.

### タイムライン

- 2015: Initial public aws-shell commits create an installable Python package.
- 2015: Early 0.x tags appear.
- 2020: Compatibility work lands for newer AWS CLI support.
- 2024: Dependency maintenance continues in the repository.

### Related projects

- AWS CLI provides the underlying command model and shared configuration behavior.
- boto3 is used for server-side completion according to the README.

### ソース

- <https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-files.html>
- <https://github.com/awslabs/aws-shell#readme>
- official git history and tags from https://github.com/awslabs/aws-shell


## セキュリティノート

generalized runtime or code generation signal.

- **Geiger リスク:** yellow / 中
- generalized runtime or code generation signal


## 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

- Unix: ~/.aws/config, ~/.aws/shell/awsshellrc

## Credential files

- Unix: ~/.aws/credentials

## Combined YAML source

View the package source record on GitHub. [combined/aws-shell.yml](https://github.com/mxcl/pkgdb/blob/main/combined/aws-shell.yml)


## ソース

- pkg.so package database
- Geiger risk classifier
- curated configuration and credential file locations
- curated package history
- pkgdb category and tag curation
- cross-ecosystem install command graph
