aws_session_set
Set the default AWS profile or region for this MCP session so subsequent AWS tool calls use them unless explicitly overridden. Pass only changed values to switch accounts or regions.
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 |
|---|---|---|---|
| region | No | AWS region to use as default (e.g. 'us-west-2'). Omit to leave unchanged. | |
| profile | No | AWS profile name to use as default. Omit to leave unchanged. |