Skip to content

Runbooks

Runbooks are repeatable procedures for validating or operating repository examples without requiring production credentials.

Available runbooks:

Runbook conventions:

  • Keep commands local and cloud-independent unless the runbook clearly marks the required account, region, permissions, and expected cost.
  • Prefer validation, dry-run, and formatting commands before deployment commands.
  • Include rollback or cleanup notes for any command that creates cloud resources.
  • Link to the relevant security baseline when the runbook touches infrastructure, containers, CI/CD, or secrets.