AWS IAM: Fix URL for AWS managed policies documentation
Summary
Corrected a typo in the URL for AWS managed policies by removing an extra slash.
Security assessment
The change fixes a broken URL without altering security content. No security implications exist.
Evidence
+An _AWS managed policy_ is a standalone policy that is created and administered by AWS. Each 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/getting-started-emergency-iam-user.md b/IAM/latest/UserGuide/getting-started-emergency-iam-user.md index 07282a188..88b50891b 100644 --- a//IAM/latest/UserGuide/getting-started-emergency-iam-user.md +++ b//IAM/latest/UserGuide/getting-started-emergency-iam-user.md @@ -150 +150 @@ If the password you provided in the JSON file violates your account's password p -An _AWS managed policy_ is a standalone policy that is created and administered by AWS. Each 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. Each 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).