IAM Users
Applies to Roles (in environments)
- System Administrator (DEV, UAT, NFT, PROD)
Can deploy and change AWS resources.
Access required
- Platform owner
Command
For detailed information please check athena-users admin command documentation.
athena-users admin <username> <email>
Parameters
<email>- Email to which generated client certificate will be sent.<username>- User name, for example: john.smith.
Options
- USER-OPTIONS
--state <state>present-default option, creates user.absent- Removes user. Currently unsupported.
Examples
- To create a new AWS IAM / Admin user
athena-users admin john.smith john.smith@gmail.com
- To remove user from the AWS IAM
unsupported