AWS Security ChangesHomeSearch

AWS iotevents documentation change

Service: iotevents · 2025-10-25 · Documentation low

File: iotevents/latest/developerguide/accessing-resource-in-specified-region.md

Summary

Added JSON formatting markers and updated example policy with concrete account ID and region

Security assessment

Improves policy example clarity but doesn't fix security issues. Ensures region/account specificity in resource ARNs.

Diff

diff --git a/iotevents/latest/developerguide/accessing-resource-in-specified-region.md b/iotevents/latest/developerguide/accessing-resource-in-specified-region.md
index f4dc5c5de..b09b0f634 100644
--- a//iotevents/latest/developerguide/accessing-resource-in-specified-region.md
+++ b//iotevents/latest/developerguide/accessing-resource-in-specified-region.md
@@ -10,0 +11,6 @@ This example demonstrates how to configure an IAM role to access AWS IoT Events
+JSON
+    
+
+****
+    
+    
@@ -25 +31 @@ This example demonstrates how to configure an IAM role to access AWS IoT Events
-              "aws:SourceAccount": "account_id"
+                    "aws:SourceAccount": "123456789012"
@@ -28 +34 @@ This example demonstrates how to configure an IAM role to access AWS IoT Events
-              "aws:SourceArn": "arn:aws:iotevents:us-east-1:account_id:*"
+                    "aws:SourceArn": "arn:aws:iotevents:us-east-1:123456789012:*"