AWS Security ChangesHomeSearch

AWS IAM documentation change

Service: IAM · 2026-05-01 · Documentation low

File: IAM/latest/UserGuide/reference_policies_examples_iam-new-user-tag.md

Summary

Updated example tag values ('employee' to 'Employee') for case consistency in policy explanation

Security assessment

Case standardization in tag examples improves documentation clarity but doesn't indicate security fixes or introduce new security content.

Diff

diff --git a/IAM/latest/UserGuide/reference_policies_examples_iam-new-user-tag.md b/IAM/latest/UserGuide/reference_policies_examples_iam-new-user-tag.md
index a8f210904..7a43897fa 100644
--- a//IAM/latest/UserGuide/reference_policies_examples_iam-new-user-tag.md
+++ b//IAM/latest/UserGuide/reference_policies_examples_iam-new-user-tag.md
@@ -13 +13 @@ The first condition in the statement uses the `StringEqualsIfExists` condition o
-The second condition uses the `ForAllValues:StringEquals` condition operator. The condition returns true if there's a match between every one of the specified tag keys specified in the request, and at least one value in the policy. This means that all of the tags in the request must be in this list. However, the request can include only one of the tags in the list. For example, you can create an IAM user with only the `Department=QualityAssurance` tag. However, you cannot create an IAM user with the `JobFunction=employee` tag and the `Project=core` tag. For more information about using `ForAllValues`, see [Set operators for multivalued context keys](./reference_policies_condition-single-vs-multi-valued-context-keys.html#reference_policies_condition-multi-valued-context-keys).
+The second condition uses the `ForAllValues:StringEquals` condition operator. The condition returns true if there's a match between every one of the specified tag keys specified in the request, and at least one value in the policy. This means that all of the tags in the request must be in this list. However, the request can include only one of the tags in the list. For example, you can create an IAM user with only the `Department=QualityAssurance` tag. However, you cannot create an IAM user with the `JobFunction=Employee` tag and the `Project=core` tag. For more information about using `ForAllValues`, see [Set operators for multivalued context keys](./reference_policies_condition-single-vs-multi-valued-context-keys.html#reference_policies_condition-multi-valued-context-keys).