Creating an IAM User and User Group in AWS Management Console | Scribe

    Creating an IAM User and User Group in AWS Management Console

    • 26 steps |
    • 3 minutes
    1

    Search for **AWS Management Console Login** in any browser Click on the first link with the domain address - [aws.amazon.com/console](//aws.amazon.com/console)

    2

    On the landing page click on "**Sign in to the Console**" on the top of the page

    3

    On the Sign-in page select the Root user radio button and enter the Root user email address. Click **Next** button

    4

    Enter the Root user password and click on **Sign in** button

    5

    Once you're signed in to the console, Type **IAM** in the search bar and click on **IAM** to view the IAM Dashboard

    6

    On the IAM dashboard click on the **User groups** from the left bar to view User groups

    7

    On the **IAM Users group** page click on the **Create group** button to create a new IAM group

    8

    Create user group wizard will open, Type the group name as "**Developers**"

    9

    Scroll down to the **Attach Permissions Policies** section Select the "**AdministratorAccess**" policy to give Administrator permissions to the IAM users that will be assigned to the "**Developers**" group

    10

    Scroll the page and click on **Create group** button

    11

    The "**Developers**" IAM User group will be created successfully

    12

    On the same page select **Users** from the left bar to create new or view existing IAM users

    13

    On this page click on **Create user** button to create a new IAM user

    14

    Create user wizard will open, Type the user name as "**in28minutes_dev**"

    15

    Select "**Provide user access to the AWS Management Console**" check box

    16

    Scroll down to the tip section and select the "**I want to create an IAM user**" radio button

    17

    Select the console password option. You can either choose : **Autogenerated password** - Password generated by AWS as per the default password policy **Custom password** - Password entered by the user resonating with the default password policy

    18

    Select Custom Password radio button and enter the password of your choice

    19

    Select the "**Users must create a new password at next sign-in recommended**" checkbox

    information ordinal icon

    Enabling "**Users must create a new password at next Sign-in**" allows IAM users to create a new password at the next Sign-in for improved security