AWS Security ChangesHomeSearch

AWS IAM documentation change

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

File: IAM/latest/UserGuide/tutorial_cross-account-with-roles.md

Summary

Updated account ID in resource ARN example

Security assessment

Standard example account ID update without security implications

Diff

diff --git a/IAM/latest/UserGuide/tutorial_cross-account-with-roles.md b/IAM/latest/UserGuide/tutorial_cross-account-with-roles.md
index 80d5ff53a..448147117 100644
--- a//IAM/latest/UserGuide/tutorial_cross-account-with-roles.md
+++ b//IAM/latest/UserGuide/tutorial_cross-account-with-roles.md
@@ -239 +239 @@ JSON
-        "Resource": "arn:aws:iam::DESTINATION-ACCOUNT-ID:role/UpdateData"
+            "Resource": "arn:aws:iam::111122223333:role/UpdateData"
@@ -278 +278 @@ JSON
-        "Resource": "arn:aws:iam::DESTINATION-ACCOUNT-ID:role/UpdateData"
+            "Resource": "arn:aws:iam::111122223333:role/UpdateData"