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

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more

Top comments (0)

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more

👋 Kindness is contagious

Explore a sea of insights with this enlightening post, highly esteemed within the nurturing DEV Community. Coders of all stripes are invited to participate and contribute to our shared knowledge.

Expressing gratitude with a simple "thank you" can make a big impact. Leave your thanks in the comments!

On DEV, exchanging ideas smooths our way and strengthens our community bonds. Found this useful? A quick note of thanks to the author can mean a lot.

Okay