macOS
brew install aws-shelllocal Homebrew formula metadata
brew
Integrated shell for working with the AWS CLI. Version 0.2.2 via Homebrew; verified 2026-05-12.
install
brew install aws-shelllocal Homebrew formula metadata
overview
Integrated shell for working with the AWS CLI
history
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.
security posture
generalized runtime or code generation signal.
yellow risk · medium confidence · runtime
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~/.aws/shell/awsshellrcCredential-bearing paths to review before unattended agent runs.
~/.aws/credentialsexecutables
| Command | Kind | Exposure | Note |
|---|---|---|---|
aws-shell | cli | global executable | |
aws-shell-mkindex | cli | global executable |
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.
https://github.com/awslabs/aws-shell
install metadata
| Package key | brew:aws-shell |
|---|---|
| Version | 0.2.2 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/aws-shell |
| Homepage | https://github.com/awslabs/aws-shell |
| Repository | https://github.com/awslabs/aws-shell |
| Upstream docs | https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-files.html |
| License | Apache-2.0 |
| Source archive | https://files.pythonhosted.org/packages/01/31/ee166a91c865a855af4f15e393974eadf57762629fc2a163a3eb3f470ac5/aws-shell-0.2.2.tar.gz |
| Last updated | 2026-05-12T10:33:03Z |
| Pulse | updated |
| Dependencies | libyaml, python@3.14 |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | aws-shell |
| Version Scheme | 0 |
| Revision | 14 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source 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.