How to Easily Create and Manage IAM User Groups in AWS

How to Easily Create and Manage IAM User Groups in AWS

Step-by-Step Guide to Creating and Managing IAM User Groups in AWS

Adding users to a User Group

  1. Open the AWS Management Console and navigate to the Identity and Access Management (IAM).

  2. Create 2-3 users, you can use Creating And Assigning Policy to IAM Users.

  3. Click on User groups from the left navigation panel.

  4. Click Create group.

  5. Write a suitable name.

  6. You can select all the users you want to add to this group.

  7. Search and check the policies you want to assign (Eg. AmazonEC2ReadOnlyAccess).

  8. Click Create user group.

  9. Now open the user and go to Permissions, you can check the policies given under Permissions policies.

Adding users to multiple User Groups

  1. Create another user group and add the same users that were added in the previous user group.

  2. Search and select some other policies from the previous one (Eg. AmazonEC2ReadOnlyAccess).

  3. Now open the user and go to Permissions, you can check the policies from different user groups given under Permissions policies.

Giving permissions to a specific user

  1. Open the user.

  2. Under Permissions, click Add permissions -> Add permissions.

  3. Select Attach policies directly.

  4. Search and select any policy (Eg. AmazonDynamoDBFullAccess).

  5. Click Next -> Add permissions.

To check, open the user under Permissions and check the newly added permission.

Copy permission to a user

  1. Create a new user.

  2. Open this user.

  3. Under Permissions, click Add permissions -> Add permissions.

  4. Click Copy permissions.

  5. Select any user whose permissions are needed to be copied.

  6. Click Next -> Add permissions.

  7. Now open this user, and click Permissions, under Permissions policies you can check all the permissions given to this user which were given to the user from which the permissions are copied.