- Open the AWS Management Console.
- Sign in using your root user credentials (email and password associated with the AWS account).
- In the Services search bar, type IAM and select IAM from the results.
- In the IAM dashboard, navigate to the Users section in the left-hand pane.
- Click on Add users.
- On the Set user details page, configure the following:
- User name:
Admin - Select AWS credential type:
- Access key – Programmatic access
- Password – AWS Management Console access
- Under Console password:
- Choose Custom password
- Enter a secure password of your choice
- Uncheck Require password reset
- User name:
- Click Next: Permissions
- On the Set permissions page, choose Attach existing policies directly.
- In the Filter policies box, type
AdministratorAccess. - Check the box for AdministratorAccess.
- Optionally add tags for user identification or skip this step.
- Click Next: Review.
- Review the user configuration.
- Click Create user.
- After creation, you'll see a Success message with a sign-in URL.
- The URL will look like this:
https://123456789012.signin.aws.amazon.com/console
(Replace123456789012with your actual AWS account ID)
- Go to the sign-in URL.
- Enter the Admin username and the password you created.
- You are now logged in as an IAM user with administrator privileges.