aws-mcp

select-profile

Activate a specific AWS profile in the MCP server for resource management. Configures the region automatically if not provided, handles SSO authentication when required.

Instructions

Selects AWS profile to use for subsequent interactions. If needed, does SSO authentication

Input Schema

NameRequiredDescriptionDefault
profileYesName of the AWS profile to select
regionNoRegion to use (if not provided, us-east-1 is used)

Input Schema (JSON Schema)

{ "properties": { "profile": { "description": "Name of the AWS profile to select", "type": "string" }, "region": { "description": "Region to use (if not provided, us-east-1 is used)", "type": "string" } }, "required": [ "profile" ], "type": "object" }

You must be authenticated.

Other Tools from aws-mcp

Related Tools

ID: ta7kdy57us