AWS IAM documentation change
Summary
Corrected spelling error from 'managment' to 'management' in policy example documentation.
Security assessment
Simple typo fix with no security implications or evidence of addressing security issues.
Diff
diff --git a/IAM/latest/UserGuide/reference_policies_examples_iam_users-manage-group.md b/IAM/latest/UserGuide/reference_policies_examples_iam_users-manage-group.md index 161563d16..a23f1a493 100644 --- a//IAM/latest/UserGuide/reference_policies_examples_iam_users-manage-group.md +++ b//IAM/latest/UserGuide/reference_policies_examples_iam_users-manage-group.md @@ -17 +17 @@ What does this policy do? - * The `LimitGroupManagementAccessToSpecificUsers` statement denies users with the specified names access to write and permissions managment group actions. When a user specified in the policy attempts to make changes to the group, this statement does not deny the request. That request is allowed by the `AllowAllUsersToViewAndManageThisGroup` statement. If other users attempt to perform these operations, the request is denied. You can view the IAM actions that are defined with the **Write** or **Permissions management** access levels while creating this policy in the IAM console. To do this, switch from the **JSON** tab to the **Visual editor** tab. For more information about access levels. see [Actions, Resources, and Condition Keys for AWS Identity and Access Management](https://docs.aws.amazon.com/IAM/latest/UserGuide/list_identityandaccessmanagement.html#identityandaccessmanagement-actions-as-permissions). + * The `LimitGroupManagementAccessToSpecificUsers` statement denies users with the specified names access to write and permissions management group actions. When a user specified in the policy attempts to make changes to the group, this statement does not deny the request. That request is allowed by the `AllowAllUsersToViewAndManageThisGroup` statement. If other users attempt to perform these operations, the request is denied. You can view the IAM actions that are defined with the **Write** or **Permissions management** access levels while creating this policy in the IAM console. To do this, switch from the **JSON** tab to the **Visual editor** tab. For more information about access levels. see [Actions, Resources, and Condition Keys for AWS Identity and Access Management](https://docs.aws.amazon.com/IAM/latest/UserGuide/list_identityandaccessmanagement.html#identityandaccessmanagement-actions-as-permissions).