# aws-shell mit Homebrew installieren

Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für aws-shell in AI-Agent-Workflows.

## Installation

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

Weitere Installationsbefehle:

### macOS

- Homebrew (100%):

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

  Evidenz: local Homebrew formula metadata

## Paketfakten

- **Paketschlüssel:** brew:aws-shell
- **Paketmanager:** Homebrew
- **Version:** 0.2.2
- **Quellzusammenfassung:** Integrated shell for working with the AWS CLI
- **Homepage:** <https://github.com/awslabs/aws-shell>
- **Zuletzt aktualisiert:** 2026-07-22T10:29:25Z
- **Generiert:** 2026-08-03T19:37:03+00:00

## Executables

- aws-shell (Alias)
- aws-shell-mkindex (Alias)

## Installationsverhalten

- Bottle: nicht verfügbar

## Version und Aktualität

- Seite generiert: 2026-08-03
- Manager-Version: 0.2.2
## Projektgeschichte und Nutzung

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.

### Projektgeschichte

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.

### Adoptionsgeschichte

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.

### Wie es verwendet wird

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.

### Warum Paket-Nerds sich dafür interessieren

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.

### Zeitleiste

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

### Quellen

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


## Sicherheitshinweise

generalized runtime or code generation signal.

- **Geiger-Risiko:** yellow / mittel
- 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)


## Quellen

- 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
