AWS Security ChangesHomeSearch

AWS transform documentation change

Service: transform · 2025-07-25 · Documentation low

File: transform/latest/userguide/security_iam_id-based-policy-examples.md

Summary

Updated IAM policy examples to use specific account ID 111122223333 in resource ARNs

Security assessment

Change standardizes example account numbers but doesn't introduce new security features or address vulnerabilities. Maintains existing security documentation accuracy without security-specific enhancements.

Diff

diff --git a/transform/latest/userguide/security_iam_id-based-policy-examples.md b/transform/latest/userguide/security_iam_id-based-policy-examples.md
index 2e0409323..2068f94b4 100644
--- a//transform/latest/userguide/security_iam_id-based-policy-examples.md
+++ b//transform/latest/userguide/security_iam_id-based-policy-examples.md
@@ -131 +131 @@ JSON
-                "Resource": "arn:aws:iam::account-number:role/service-role/AWSTransform-*"
+                "Resource": "arn:aws:iam::111122223333:role/service-role/AWSTransform-*"
@@ -138 +138 @@ JSON
-                "Resource": "arn:aws:iam::account-number:policy/service-role/AWSTransform-*"
+                "Resource": "arn:aws:iam::111122223333:policy/service-role/AWSTransform-*"