• Skip to main content

Uly.me

cloud engineer

  • Home
  • About
  • Archives

AWS CLI Add User

December 4, 2019

Here’s how to add an AWS user using the CLI.

aws iam create-user --user-name john.doe \
--tags Key='Name',Value='John Doe' Key='Role',Value='Admin'

aws iam create-user --user-name john.doe \ --tags Key='Name',Value='John Doe' Key='Role',Value='Admin'

Create an access key for the user.

aws iam create-access-key --user-name john.doe

aws iam create-access-key --user-name john.doe

Filed Under: Cloud Tagged With: access, add, aws, cli, key, secret, user

Search This Website

Subscribe Via Email

  • Home
  • About
  • Archives

Copyright © 2023