AWS IAM documentation change
Summary
Fixed URL formatting by adding double slash in AWS managed policies documentation link
Security assessment
The change corrects a URL path formatting issue but does not introduce or modify security-related content. The documentation link remains functionally equivalent and there's no evidence of security context in this change.
Diff
diff --git a/IAM/latest/UserGuide/access_policies_managed-vs-inline.md b/IAM/latest/UserGuide/access_policies_managed-vs-inline.md index f362dd6dd..2515fbfe6 100644 --- a//IAM/latest/UserGuide/access_policies_managed-vs-inline.md +++ b//IAM/latest/UserGuide/access_policies_managed-vs-inline.md @@ -38 +38 @@ Inline policies | Policy created for a single IAM identity (user, group, or role -An _AWS managed policy_ is a standalone policy that is created and administered by AWS. A _standalone policy_ means that the policy has its own Amazon Resource Name (ARN) that includes the policy name. For example, `arn:aws:iam::aws:policy/IAMReadOnlyAccess` is an AWS managed policy. For more information about ARNs, see [IAM ARNs](./reference_identifiers.html#identifiers-arns). For a list of AWS managed policies for AWS services, see [AWS managed policies](https://docs.aws.amazon.com/aws-managed-policy/latest/reference/policy-list.html). +An _AWS managed policy_ is a standalone policy that is created and administered by AWS. A _standalone policy_ means that the policy has its own Amazon Resource Name (ARN) that includes the policy name. For example, `arn:aws:iam::aws:policy/IAMReadOnlyAccess` is an AWS managed policy. For more information about ARNs, see [IAM ARNs](./reference_identifiers.html#identifiers-arns). For a list of AWS managed policies for AWS services, see [AWS managed policies](https://docs.aws.amazon.com//aws-managed-policy/latest/reference/policy-list.html).