Remediation
Perform the following to create an IAM group and assign a policy to it:
- Sign in to the AWS Management Console and open the IAM console at https://console.aws.amazon.com/iam/.
- In the navigation pane, click
Groupsand then clickCreate New Group. - In the
Group Namebox, type the name of the group and then clickNext Step. - In the list of policies, select the check box for each policy that you want to apply to all members of the group. Then click
Next Step. - Click
Create Group.
Perform the following to add a user to a given group:
- Sign in to the AWS Management Console and open the IAM console at https://console.aws.amazon.com/iam/.
- In the navigation pane, click
Groups. - Select the group to add a user to.
- Click
Add Users To Group. - Select the users to be added to the group.
- Click
Add Users.
Perform the following to remove a direct association between a user and policy:
- Sign in to the AWS Management Console and open the IAM console at https://console.aws.amazon.com/iam/.
- In the left navigation pane, click on Users.
- For each user:
- Select the user.
- Click on the
Permissionstab. - Expand
Permissions policies. - Click
Xfor each policy. - Click
DetachorRemove(depending on policy type).