# aws2-wrap mit Homebrew installieren

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

## Installation

```sh
sudo av install brew:aws2-wrap
```

Weitere Installationsbefehle:

### macOS

- Homebrew (100%):

```sh
brew install aws2-wrap
```

  Evidenz: local Homebrew formula metadata

## Paketfakten

- **Paketschlüssel:** brew:aws2-wrap
- **Paketmanager:** Homebrew
- **Version:** 1.4.0
- **Quellzusammenfassung:** Script to export current AWS SSO credentials or run a sub-process with them
- **Homepage:** <https://github.com/linaro-its/aws2-wrap>
- **Zuletzt aktualisiert:** 2026-05-19T07:45:48-04:00
- **Generiert:** 2026-08-03T19:37:03+00:00

## Executables

- aws2-wrap (Alias)

## Installationsverhalten

- Bottle: nicht verfügbar

## Version und Aktualität

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

`aws2-wrap` is a small Python wrapper for using AWS CLI v2 SSO credentials with tools that did not understand SSO profile entries. It can run commands, export credentials, generate temporary AWS config/credentials profiles, and provide a `credential_process` bridge.

### Projektgeschichte

The public repository was created in January 2020, and PyPI shows aws2-wrap 1.0.0 uploaded a few days later. The README explains that the name refers to AWS CLI v2, even though the CLI binary is no longer called `aws2`.

By June 2026 the GitHub repository was archived, making it best understood as a transitional utility from the early AWS CLI v2 SSO period rather than an actively expanding AWS credential platform.

### Adoptionsgeschichte

The package reached PyPI and Homebrew, but Homebrew analytics showed only single-digit 30-day installs in June 2026. That fits its niche: it is valuable when a legacy tool cannot consume SSO profile data, but it is less central once AWS SDKs and tools improve native SSO support.

### Wie es verwendet wird

Typical usage is `aws2-wrap --profile MySSOProfile terraform plan`, `eval "$(aws2-wrap --profile MySSOProfile --export)"`, or a `credential_process = aws2-wrap --process --profile <profile>` entry in `.aws/config`. The README also documents generating temporary profile sections into `$AWS_CONFIG_FILE` and `$AWS_SHARED_CREDENTIALS_FILE`.

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

Its significance is its smallness: `aws2-wrap` is essentially a compatibility shim that exists because package ecosystems move at different speeds. For maintainers, it is a good example of a tool whose best history is the gap it closed, not a sprawling feature set.

### Zeitleiste

- 2020-01: Public GitHub repository created.
- 2020-01: aws2-wrap 1.0.0 uploaded to PyPI.
- 2023-12: aws2-wrap 1.4.0 uploaded to PyPI.
- 2025-08: GitHub repository last pushed and marked archived.

### Related projects

- `aws-sso-util credential-process` and AWS CLI v2 native SSO support solve overlapping compatibility problems.
- `aws-vault` and `aws-sso-cli` are broader credential-management tools rather than a narrow wrapper.

### Quellen

- <https://formulae.brew.sh/api/formula/aws2-wrap.json>
- <https://github.com/linaro-its/aws2-wrap>
- <https://pypi.org/pypi/aws2-wrap/json>
- <https://raw.githubusercontent.com/linaro-its/aws2-wrap/master/README.md>


## Sicherheitshinweise

narrow executable package without higher-risk signals.

- **Geiger-Risiko:** grün / niedrig
- narrow executable package without higher-risk signals


## 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
- Windows: %USERPROFILE%\.aws\config

## Credential files

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

## Combined YAML source

View the package source record on GitHub. [combined/aws2-wrap.yml](https://github.com/mxcl/pkgdb/blob/main/combined/aws2-wrap.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
