bptools

AWS best-practice check runner — latest: v2026.03.05.1

GitHub · All releases

Quick install

curl -fsSL https://awsutils.github.io/bptools/install.sh | sh

Downloads — v2026.03.05.1

PlatformArchBinary
Linuxamd64bptools-linux-amd64
Linuxarm64bptools-linux-arm64
macOSamd64 (Intel)bptools-darwin-amd64
macOSarm64 (Apple Silicon)bptools-darwin-arm64
Windowsamd64bptools-windows-amd64.exe

checksums.txt (SHA-256)

Docker

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