aws_switch_profile
Set the default AWS credentials profile in ~/.aws/credentials to a specified name, enabling quick account switching for dev, prod, or qa without manual file edits.
Instructions
Switch the default AWS credentials profile in ~/.aws/credentials to a specific profile name.
Args: profile_name: Name of the AWS profile to set as default (e.g. 'dev', 'prod', 'qa')
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| profile_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |