aws_session_get
Display your active AWS profile and region, along with their source (session, environment variable, or default) to confirm configuration or debug unexpected behavior.
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 | |||