aws_session_set
Set the default AWS profile and region for the session. Subsequent AWS tool calls use these values unless overridden.
Instructions
Set the default AWS profile and/or region for the rest of this MCP session. Subsequent calls to aws_whoami, aws_login_*, and other AWS tools will use these values unless they override explicitly. Use when the user says 'switch to prod', 'use us-west-2', 'look at the staging account', etc. Both params are optional; pass whichever changed. Returns the resulting session state.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| profile | No | AWS profile name to use as default. Omit to leave unchanged. | |
| region | No | AWS region to use as default (e.g. 'us-west-2'). Omit to leave unchanged. |