Skip to content

Instantly share code, notes, and snippets.

@brockinit
Last active October 25, 2017 05:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brockinit/af83a0ed1c0d657449659fb46cb9cf35 to your computer and use it in GitHub Desktop.
Save brockinit/af83a0ed1c0d657449659fb46cb9cf35 to your computer and use it in GitHub Desktop.
Create Read Only IAM User on AWS

Goal

To create a new user that leverages the AWS ReadOnlyAccess policy in order to allow for account auditing.

Steps

  • Login to AWS and go to IAM
  • Navigate to the "Users" page and click "Add User" user_screen
  • Give the user a name and give them access to the AWS Console before clicking "next" select_user_access_types
  • Select the "Attach existing policies directly" option and search for the ReadOnlyAccess policy apply_policy_to_user
  • After selecting the correct policy, continue clicking "next" to create the user
  • Before closing the "Add User" screen, be sure to send the password and sign-on link to the user so that they can login with their new account create_user
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment