Skip to content

Instantly share code, notes, and snippets.

@brijesh-deb
Last active December 23, 2017 08:03
Show Gist options
  • Save brijesh-deb/8da9c05682c297f913e000744c61bc19 to your computer and use it in GitHub Desktop.
Save brijesh-deb/8da9c05682c297f913e000744c61bc19 to your computer and use it in GitHub Desktop.
#AWS #User

Create new user (other than root user)

  • Login to console as root user
  • IAM Dashboard > Users > Create New user
  • Enter User name: [user name]
  • Check "Generate an access key for each user"
  • Copy Access Key ID and Secret Access Key

Create new group

  • IAM Dashboard > Groups > Create New Group
  • Group Name: [Group Name]
  • Attach Policy: select needed policies

Add new user to group

  • IAM Dashboard > Groups > select Group from list
  • Users Tab> Add User to Group
  • Select the user

Assign Password to User

  • IAM Dashboard > Users > Select User
  • Go to Security Credentials tab
  • Click Manage Password > Assign a custom password

Url for non-root login

  • IAM users sign-in link is there in IAM dashboard
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment