With Tool Kit [already set up](https://github.com/financial-times/dotcom-tool-kit#installing-and-using-tool-kit), install this plugin as a dev dependency:
With Tool Kit already set up, install this plugin as a dev dependency:
``sh`
npm install --save-dev @dotcom-tool-kit/aws
And add it to your repo's .toolkitrc.yml:
`yml`
plugins:
- '@dotcom-tool-kit/aws'
Assume an AWS IAM role for use in future tasks
#### Task options
| Property | Description | Type |
| :----------------- | :------------------------------- | :----------------------------------------------- |
| roleArn (\*) | the ARN of an IAM role to assume | string (_regex: /^arn:aws:iam::\d+:role\//`_) |
_(\*) Required._