# aws2-wrap を Homebrew でインストール

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

## インストール

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

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

### macOS

- Homebrew (100%):

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

  証拠: local Homebrew formula metadata

## パッケージ情報

- **パッケージキー:** brew:aws2-wrap
- **パッケージマネージャ:** Homebrew
- **バージョン:** 1.4.0
- **ソース概要:** Script to export current AWS SSO credentials or run a sub-process with them
- **ホームページ:** <https://github.com/linaro-its/aws2-wrap>
- **最終更新:** 2026-05-19T07:45:48-04:00
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- aws2-wrap (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

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

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

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

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.

### 採用の歴史

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.

### 使われ方

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

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

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.

### タイムライン

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

### ソース

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


## セキュリティノート

narrow executable package without higher-risk signals.

- **Geiger リスク:** グリーン / 低
- 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)


## ソース

- 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
