Are you about to handle a lot of servers or users in various departments by providing each their login accreditation’s , then try to use the resource (IAM) Identity Access Management in AWS. When one sign in to the root account of AWS, select the option of IAM under Services where one can find out their IAM users sign-in link: // in the dashboard of IAM, which help the IAM users to redirect for the sign in page.
Services > IAM ( Security, Identity, & Compliance ) > Users > Add userProvide the Username(as simple as shown below) >Allow the user to access through(AWS-CLI (if necessary))AWS Console> Highlighted part is up to individuals.

- Follow the onscreen commands to
attach the existing policies directly>Filter the desired policies and attach to the user>Add Tags// precised separation of the users accordingly as shown > Create User.

- Download the .csv file for the purpose of AWS-CLI.
- Direct to the login page using
IAM users sign-in link(IAM Dashboard). - Sign in using the default credentials provided by the root account as shown.
- The use of the resources of IAM User in AWS will be according to the permissions provided by the root user.

Good news : The number of IAM users will be just a number as our age with no limitation.
The generated bill is only dependent on the resources used by the IAM user but not the count of IAM users.
One thought on “CREATING MULTIPLE USERS (IAM) IN AWS”