AWS Security ChangesHomeSearch

AWS IAM documentation change

Service: IAM · 2026-04-19 · Documentation low

File: IAM/latest/UserGuide/access-analyzer-reference-policy-checks.md

Summary

Fixed typos in error messages: 'suported' to 'supported' and removed duplicate 'the' in RCP missing service condition key null check description

Security assessment

These are minor typographical corrections that do not change the security meaning or implications of the documentation. The content remains the same security guidance about validating regions and properly configuring condition keys.

Diff

diff --git a/IAM/latest/UserGuide/access-analyzer-reference-policy-checks.md b/IAM/latest/UserGuide/access-analyzer-reference-policy-checks.md
index abd802ac8..bc9cca759 100644
--- a//IAM/latest/UserGuide/access-analyzer-reference-policy-checks.md
+++ b//IAM/latest/UserGuide/access-analyzer-reference-policy-checks.md
@@ -733 +733 @@ In the AWS Management Console, the finding for this check includes the following
-    Invalid Region: The Region {{region}} is not valid. Update the condition value to a suported Region.
+    Invalid Region: The Region {{region}} is not valid. Update the condition value to a supported Region.
@@ -739 +739 @@ In programmatic calls to the AWS CLI or AWS API, the finding for this check incl
-    "findingDetails": "The Region {{region}} is not valid. Update the condition value to a suported Region."
+    "findingDetails": "The Region {{region}} is not valid. Update the condition value to a supported Region."
@@ -3641 +3641 @@ In the AWS Management Console, the finding for this check includes the following
-    RCP missing service condition key null check: The specified service may have a service integration that does not require the use of the the {{conditionKeyName}} condition key. To prevent unintended impact to services acting on your behalf using a service principal, an additional statement should be added to the Condition block "Null": { "aws:SourceAccount": "false"} or "Null": { "aws:SourceArn": "false"} whenever the key {{conditionKeyName}} is used.
+    RCP missing service condition key null check: The specified service may have a service integration that does not require the use of the {{conditionKeyName}} condition key. To prevent unintended impact to services acting on your behalf using a service principal, an additional statement should be added to the Condition block "Null": { "aws:SourceAccount": "false"} or "Null": { "aws:SourceArn": "false"} whenever the key {{conditionKeyName}} is used.
@@ -3646 +3646 @@ In programmatic calls to the AWS CLI or AWS API, the finding for this check incl
-    "findingDetails": "The specified service may have a service integration that does not require the use of the the {{conditionKeyName}} condition key. To prevent unintended impact to services acting on your behalf using a service principal, an additional statement should be added to the Condition block "Null": { "aws:SourceAccount": "false"} or "Null": { "aws:SourceArn": "false"} whenever the key {{conditionKeyName}} is used."
+    "findingDetails": "The specified service may have a service integration that does not require the use of the {{conditionKeyName}} condition key. To prevent unintended impact to services acting on your behalf using a service principal, an additional statement should be added to the Condition block "Null": { "aws:SourceAccount": "false"} or "Null": { "aws:SourceArn": "false"} whenever the key {{conditionKeyName}} is used."