> For the complete CircleCI developer hub index, see [llms.txt](https://circleci.com/developer/llms.txt)

# holdaraffle/aws-assume-role

AWS Assume Role


## Commands

### assume_role

Installs AWS CLI, setup the IAM user keys and assume specified role

| Parameter | Type | Default | Description |
|---|---|---|---|
| `access_key_id` | env_var_name | AWS_ACCESS_KEY_ID | AWS Access Key ID Variable Name |
| `secret_access_key` | env_var_name | AWS_SECRET_ACCESS_KEY | AWS Secret Access Key Variable Name |
| `profile_name` | string | default | AWS Profile Name |
| `account` | string |  | AWS account in which the assumed role is |
| `role` | string |  | Role name |