AWS IAM documentation change
Summary
Fixed grammar and clarity in a sentence about removing policies from a role (changed 'there are two policies attached the role' to 'There are two policies attached to the role').
Security assessment
This change improves the grammatical clarity of instructions for removing policies. It does not address a security issue or add security-specific documentation.
Diff
diff --git a/IAM/latest/UserGuide/getting-started_reduce-permissions-edit-policy.md b/IAM/latest/UserGuide/getting-started_reduce-permissions-edit-policy.md index b5b7c6107..7308403f2 100644 --- a//IAM/latest/UserGuide/getting-started_reduce-permissions-edit-policy.md +++ b//IAM/latest/UserGuide/getting-started_reduce-permissions-edit-policy.md @@ -97 +97 @@ JSON - 14. You are returned to the **Role** details page. there are two policies attached the role, your previous AWS managed policy, such as **PowerUserAccess** , and your new policy. Select the checkbox for the AWS managed policy and then choose **Remove**. When asked to confirm removal, choose **Remove**. + 14. You are returned to the **Role** details page. There are two policies attached to the role, your previous AWS managed policy, such as **PowerUserAccess** , and your new policy. Select the checkbox for the AWS managed policy and then choose **Remove**. When asked to confirm removal, choose **Remove**.