How can I create a user in IAM in AWS?

To create an IAM User:

  1. Sign in to AWS Console
  2. Select IAM Service
  3. Click on Users
  4. Create user
  5. Select if you want to give the programmatic access or not
  6. Attach relevant policies
  7. Click on Create

There you go you have successfully created an IAM user.