DEV Community

Samuel Ajisafe
Samuel Ajisafe

Posted on

How to Create an IAM User

How to Create an IAM User

  1. Log in to the AWS Management Console
    • Go to AWS Console.
    • Use your root account credentials (the email and password you used to sign up for AWS).

Image description

Image description

  1. Access the IAM Dashboard
    • In the search bar at the top of the page, type IAM and click on it.
    • This will take you to the IAM (Identity and Access Management) dashboard.

Image description

  1. Create a New User
    • On the left-hand menu, click on Users.
    • Click the Add users button.

Image description

  1. Enter the User Details
    • In the User name field, type the name for the user (e.g., "New-User").
    • Under AWS access type, select Management Console access.
    • Create a custom password or select the Autogenerated password option.
    • (Optional) Enable the "User must create a new password at next sign-in" option.

Image description

  1. Assign Permissions
    • On the next page, under Set permissions, choose Attach policies directly.
    • Search for AdministratorAccess in the list.
    • Check the box next to AdministratorAccess to assign full admin rights.

Image description

  1. Review and Create
    • Review the details on the final page to ensure everything is correct.
    • Click Create user.

Image description

  1. Share Login Information
    • Once the user is created, AWS will provide a link to the console login page.
    • Share the following details with me securely:
      • The login link.
      • The username.
      • The temporary password (if autogenerated).

Image description

Top comments (0)