aws_session_get
Display the current AWS profile, region, and their sources (session, environment variable, or default) to verify configuration before running actions.
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 | |||