Users
Create new User
- Open the AWS Management Console and sign in to your AWS account.
- Navigate to the IAM service by clicking on the "Services" tab and selecting "IAM".
- In the IAM console, choose "Users" from the left-hand navigation pane.
- Click on the "Add users" button.
- In the "New user" window, enter a unique name for the user.
myuser
- Check the "Provide user access to AWS Management console"
- Are you providing console access to a person? Select the
I want to create an IAM User
- Console Password -
Select custom password
and provide the password of choice - If granting access through the console, click on "Next: Permissions".
- Select option "Attach policies directly"
- Search for
ViewOnly
and select the policyViewOnlyAccess
- Click on "Next: Review". Review the user details, including permissions and tags.
- Click on "Create user".
The newly created user will appear in the list of users. You can use this credentials to login as the specified user. But lets assign an appropriate policy to be used before trying this.