o7planning

Aws Console create IAM User

  1. Create an IAM user
The Root User Account is created when you register to use AWS services. With a lot of sensitive information such as email, address, payment information, etc., it cannot be shared with many people. However, AWS allows you to create child accounts called IAM user accounts.
If you don't have an AWS root user account yet, you can sign up here:
In AWS, IAM stands for "Identity and Access Management".
An IAM user account is an entity you create in AWS. You can create one or more IAM user accounts and give them permission to members of your workgroup. AWS allows setting permissions for each IAM user account or group.
There are 3 ways to create an IAM user account:
  • Create IAM user accounts directly on the website, AWS Console.
  • Create IAM user account through the AWS CLI.
  • Create IAM user account through the AWS API.
In this article, I will show you how to create an IAM user account directly on the AWS website.

1. Create an IAM user

To create an IAM user you need to login to AWS Console with the root user account.
After successfully logging in, search for the IAM service and access it.
You will see the number of IAM users in your account. Click on it to see details.
Click the "Create User" button to add a new IAM user.
Enter username:
Assign users to a User-Group that you previously created or create a new User-Group. Users in the same User-Group have the same permissions. You can set permissions for each User-Group.
Create a new User-Group and choose the permissions to assign to it.
Next
Next
Finally, the IAM user is created.