Skip to content

Demo Mode

Run cloud-audit without AWS credentials to see the output format:

pip install cloud-audit
cloud-audit demo

The demo command runs a simulated scan with sample data. You see the exact same output as a real scan: health score, attack chains, findings with severity, and remediation guidance.

This is useful for:

  • Evaluating cloud-audit before connecting to AWS
  • Demonstrating the tool to your team
  • Testing report output formats
  • CI/CD pipeline testing

The demo does not make any AWS API calls.