AWS IAM documentation change
Summary
Fixed a typo in a policy name: changed 'UsersReadOnlyAccesstoIAMConsole' to 'UsersReadOnlyAccessToIAMConsole'.
Security assessment
Corrects a policy name typo. While policy names are important for IAM management, this change doesn't indicate a security vulnerability was addressed.
Diff
diff --git a/IAM/latest/UserGuide/tutorial_managed-policies.md b/IAM/latest/UserGuide/tutorial_managed-policies.md index 8e0d88d63..74fc64ee9 100644 --- a//IAM/latest/UserGuide/tutorial_managed-policies.md +++ b//IAM/latest/UserGuide/tutorial_managed-policies.md @@ -100 +100 @@ Next you attach the policy you just created to your test IAM user. - 2. At the top of the policy list, in the search box, start typing `UsersReadOnlyAccesstoIAMConsole` until you can see your policy. Then choose the radio button next to **UsersReadOnlyAccessToIAMConsole** in the list. + 2. At the top of the policy list, in the search box, start typing `UsersReadOnlyAccessToIAMConsole` until you can see your policy. Then choose the radio button next to **UsersReadOnlyAccessToIAMConsole** in the list.