AWS IAM documentation change
Summary
Updated example policy name from 'AllowAccessToS3ResourcesInSpecificAccountsAndSpecificService1' to 'AllowAccessToResourcesInSpecificAccountsAndSpecificService1'
Security assessment
Minor change to an example policy name, removing 'S3' reference. No security context or vulnerability addressed. This appears to be a documentation clarification.
Diff
diff --git a/IAM/latest/UserGuide/resource_examples_iam_policies_resource_account.md b/IAM/latest/UserGuide/resource_examples_iam_policies_resource_account.md index b5af55bf0..4c4b80eb4 100644 --- a//IAM/latest/UserGuide/resource_examples_iam_policies_resource_account.md +++ b//IAM/latest/UserGuide/resource_examples_iam_policies_resource_account.md @@ -11 +11 @@ Using `aws:ResourceAccount` in your identity-based policies can impact the user -You can create a policy with an exception to allow for AWS managed IAM policies. A service-managed account outside of your AWS Organizations owns Managed IAM Policies. There are four IAM actions that list and retrieve AWS-managed policies. Use these actions in the [`NotAction`](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_elements_notaction.html) element of the statement. `AllowAccessToS3ResourcesInSpecificAccountsAndSpecificService1` in the policy. +You can create a policy with an exception to allow for AWS managed IAM policies. A service-managed account outside of your AWS Organizations owns Managed IAM Policies. There are four IAM actions that list and retrieve AWS-managed policies. Use these actions in the [`NotAction`](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_elements_notaction.html) element of the statement. `AllowAccessToResourcesInSpecificAccountsAndSpecificService1` in the policy.