AWS Command Guide (si aws)
si 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 in automation.
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 aws sts get-caller-identity). - Prefer explicit
--regionin automation. - Keep destructive operations behind
--forcein scripted flows. - Treat assumed-role credentials as short-lived; avoid persisting session secrets.
Troubleshooting
si aws auth status --jsonsi aws doctor --jsonsi providers health --provider aws_iam --json- Re-check context selection and credential source precedence.
