AWS Command Guide (si orbit aws)
si orbit aws is SI’s signed AWS bridge for account context, diagnostics, and resource operations.
Related docs
Command surface
Auth and context
si vault run -- <cmd> when injecting sensitive env values.
For SI runtime containers, use si fort ... for secret access.
Core operations
STS and IAM
S3
Compute and serverless
Registry and secrets
KMS, DynamoDB, SSM
Observability and AI
Raw API mode
Safety guidance
- Always verify caller identity before writes (
si orbit aws sts whoami). - Prefer explicit
--regionin automation. - Keep destructive operations behind
--forcein scripted flows. - Treat assumed-role credentials as short-lived; avoid persisting session secrets.
Troubleshooting
si orbit aws auth status --jsonsi orbit aws doctor --jsonsi orbit list --provider aws_iam --json- Re-check context selection and credential source precedence.

