AWS best-practice check runner — latest: v2026.03.05.1
curl -fsSL https://awsutils.github.io/bptools/install.sh | sh
| Platform | Arch | Binary |
|---|---|---|
| Linux | amd64 | bptools-linux-amd64 |
| Linux | arm64 | bptools-linux-arm64 |
| macOS | amd64 (Intel) | bptools-darwin-amd64 |
| macOS | arm64 (Apple Silicon) | bptools-darwin-arm64 |
| Windows | amd64 | bptools-windows-amd64.exe |
Multi-platform images (linux/amd64, linux/arm64) are published
to the GitHub Container Registry on every release.
docker pull ghcr.io/awsutils/bptools:latest
Run with environment-variable credentials:
docker run --rm \ -e AWS_ACCESS_KEY_ID \ -e AWS_SECRET_ACCESS_KEY \ -e AWS_SESSION_TOKEN \ -e AWS_REGION \ ghcr.io/awsutils/bptools:latest
Run with a mounted credentials file:
docker run --rm \ -v ~/.aws:/root/.aws:ro \ -e AWS_PROFILE=myprofile \ -e AWS_REGION=us-east-1 \ ghcr.io/awsutils/bptools:latest
Pin to this release: ghcr.io/awsutils/bptools:v2026.03.05.1