Quick Deployment.
Cloud Auditor is a high-performance Go binary. No dependencies. No heavy runtimes.
01CURL Installation
linux / macos
curl -L https://cldaudit.com/install.sh | sh02AWS Authentication
Cloud Auditor uses your local `~/.aws/credentials`. We recommend creating a dedicated Read-Only IAM user for audits.
# Export keys directly or let the CLI find your profile
export AWS_ACCESS_KEY_ID=AKIA...
export AWS_SECRET_ACCESS_KEY=...
export AWS_DEFAULT_REGION=us-east-1