Troubleshooting
Common errors and fixes for CloudBooster CLI, AWS connection, and audits.
Troubleshooting
If something's broken, start here. The pages below catalog the errors most users hit, what they mean, and how to fix them.
Quick checks
Before diving into a specific page, confirm:
Open Organisation → Cloud Profiles in the portal — at least one cloud profile should be linked (status: linked).
If any of these fail outright, jump to Install errors first.
By category
Install errors
cbx: command not found, broken Homebrew tap, Scoop bucket issues, version mismatches.
AWS connection
CloudFormation stack failures, role assumption errors, region mismatches, expired credentials.
`cbx audit` failures
LLM preflight, rule-pack resolution, permission errors, discovery-integrity warnings, CI integration.
Reporting a bug
If your issue isn't here:
- Capture full output of the failing command (add
-o jsonfor the structured envelope, which includes the error code): - Record your environment:
For AWS permission failures,cbx audit aws --diagnosealso prints the exact IAM actions that were denied. - Open an issue on the project's issue tracker (link in your release email) and attach both files.
Do not include credentials, account IDs, or ARNs you'd rather not share publicly — redact cbx-debug.log before attaching.