AWS IAM documentation change
Summary
Fixed a grammatical error in the sentence about applying a policy as a service control policy (SCP), changing 'is includes' to 'includes'.
Security assessment
This change is purely editorial, correcting a typo with no mention of security vulnerabilities, weaknesses, or incidents. It does not impact security features or configurations.
Diff
diff --git a/IAM/latest/UserGuide/access-keys_inline-policy.md b/IAM/latest/UserGuide/access-keys_inline-policy.md index b80dbcdb2..87487c42f 100644 --- a//IAM/latest/UserGuide/access-keys_inline-policy.md +++ b//IAM/latest/UserGuide/access-keys_inline-policy.md @@ -122 +122 @@ After the policy is created, it's displayed on the **Permissions** tab for the u -You could also apply this policy as a service control policy (SCP) across multiple AWS accounts in AWS Organizations, we recommend using an additional condition, `aws:PrincipalArn` to make this policy statement only apply to IAM users within the AWS accounts subject to this SCP. The following policy is includes that update: +You could also apply this policy as a service control policy (SCP) across multiple AWS accounts in AWS Organizations, we recommend using an additional condition, `aws:PrincipalArn` to make this policy statement only apply to IAM users within the AWS accounts subject to this SCP. The following policy includes that update: