aws_session_get
Check the current AWS profile and region and their origin (session, env, or default) to verify configuration before running operations or diagnosing account mismatches.
Instructions
Show the current session's default AWS profile and region, and where each value came from ('session' = set by aws_session_set, 'env' = AWS_PROFILE/AWS_REGION env var, 'default' = built-in fallback). Useful for confirming state before running operations or debugging why a call hit the wrong account.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||