AWS IAM: Correct managed policies reference URL
Summary
Fixed a malformed URL link to the AWS managed policies list by removing an extra slash.
Security assessment
This is a documentation link correction with no security implications.
Evidence
+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).
Diff
diff --git a/IAM/latest/UserGuide/access_policies_managed-vs-inline.md b/IAM/latest/UserGuide/access_policies_managed-vs-inline.md index 97a1c7738..5f5cbe75c 100644 --- a//IAM/latest/UserGuide/access_policies_managed-vs-inline.md +++ b//IAM/latest/UserGuide/access_policies_managed-vs-inline.md @@ -42 +42 @@ For instructions on creating roles and attaching these policies, see [Creating r -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).