AWS Security ChangesHomeSearch

AWS ssm-sap documentation change

Service: ssm-sap · 2025-07-25 · Documentation low

File: ssm-sap/latest/userguide/get-started.md

Summary

Updated IAM role ARN example with concrete account number placeholder

Security assessment

The change replaces a generic account ID placeholder with a specific example value (111122223333). This is a documentation formatting improvement without security implications.

Diff

diff --git a/ssm-sap/latest/userguide/get-started.md b/ssm-sap/latest/userguide/get-started.md
index 117e7f423..6bb8c9146 100644
--- a//ssm-sap/latest/userguide/get-started.md
+++ b//ssm-sap/latest/userguide/get-started.md
@@ -98 +98 @@ JSON
-                        "arn:aws:iam::AccountId:role/EC2RoleToAccessSecrets"
+                        "arn:aws:iam::111122223333:role/EC2RoleToAccessSecrets"