diff --git a/en/aws/iam/group-inline-policies.md b/en/aws/iam/group-inline-policies.md index 29c5fedae..e0764b64e 100644 --- a/en/aws/iam/group-inline-policies.md +++ b/en/aws/iam/group-inline-policies.md @@ -15,7 +15,16 @@ | **Recommended Action** | Remove inline policies attached to groups | ## Detailed Remediation Steps - - - +1. Log in to the AWS Management Console. +2. Select the "Services" option and search for IAM.
+3. Scroll down the left navigation panel and choose "User groups".
+4. In the "User groups" page, click on the "Group name" to exapnd the respective attributes.
+5. In the "User groups" summary page, click on the "Permissions" and check for attached inline policies.
+6. Repeat steps 2 - 5 to check other "User groups" in the account.
+7. Navigate to IAM dashboard at https://console.aws.amazon.com/iam/.
+8. In the "IAM dashboard", click on the "User groups" option at the left navigation panel.
+9. In the "User groups" page, select the group name for which inline policies need to be removed.
+10. Select the inline policy by selecting the checkbox and click on the "Remove" button under the "Permissions" tab.
+11. On the "Remove" tab, enter the inline policy name and click on the "Delete" button to remove the inline policy.
+12. Repeat steps number 7 - 11 to remove inline policies attached to groups.
diff --git a/resources/aws/iam/group-inline-policies/README.md b/resources/aws/iam/group-inline-policies/README.md new file mode 100644 index 000000000..8b1378917 --- /dev/null +++ b/resources/aws/iam/group-inline-policies/README.md @@ -0,0 +1 @@ + diff --git a/resources/aws/iam/group-inline-policies/step10.png b/resources/aws/iam/group-inline-policies/step10.png new file mode 100644 index 000000000..6b8ee1e43 Binary files /dev/null and b/resources/aws/iam/group-inline-policies/step10.png differ diff --git a/resources/aws/iam/group-inline-policies/step11.png b/resources/aws/iam/group-inline-policies/step11.png new file mode 100644 index 000000000..7b7062b37 Binary files /dev/null and b/resources/aws/iam/group-inline-policies/step11.png differ diff --git a/resources/aws/iam/group-inline-policies/step2.png b/resources/aws/iam/group-inline-policies/step2.png new file mode 100644 index 000000000..547fa3987 Binary files /dev/null and b/resources/aws/iam/group-inline-policies/step2.png differ diff --git a/resources/aws/iam/group-inline-policies/step3.png b/resources/aws/iam/group-inline-policies/step3.png new file mode 100644 index 000000000..2a47a5099 Binary files /dev/null and b/resources/aws/iam/group-inline-policies/step3.png differ diff --git a/resources/aws/iam/group-inline-policies/step4.png b/resources/aws/iam/group-inline-policies/step4.png new file mode 100644 index 000000000..aa6bbb279 Binary files /dev/null and b/resources/aws/iam/group-inline-policies/step4.png differ diff --git a/resources/aws/iam/group-inline-policies/step5.png b/resources/aws/iam/group-inline-policies/step5.png new file mode 100644 index 000000000..f985e2b49 Binary files /dev/null and b/resources/aws/iam/group-inline-policies/step5.png differ diff --git a/resources/aws/iam/group-inline-policies/step8.png b/resources/aws/iam/group-inline-policies/step8.png new file mode 100644 index 000000000..86a28e583 Binary files /dev/null and b/resources/aws/iam/group-inline-policies/step8.png differ diff --git a/resources/aws/iam/group-inline-policies/step9.png b/resources/aws/iam/group-inline-policies/step9.png new file mode 100644 index 000000000..a882863d0 Binary files /dev/null and b/resources/aws/iam/group-inline-policies/step9.png differ