AWS Security ChangesHomeSearch

AWS sagemaker documentation change

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

File: sagemaker/latest/dg/studio-notebooks-set-up-emr-templates.md

Summary

Updated account IDs to 111122223333 and improved JSON formatting in policy examples

Security assessment

Example cleanup and formatting changes with no security implications.

Diff

diff --git a/sagemaker/latest/dg/studio-notebooks-set-up-emr-templates.md b/sagemaker/latest/dg/studio-notebooks-set-up-emr-templates.md
index 38085357f..5784a2d29 100644
--- a//sagemaker/latest/dg/studio-notebooks-set-up-emr-templates.md
+++ b//sagemaker/latest/dg/studio-notebooks-set-up-emr-templates.md
@@ -256 +256 @@ JSON
-                        "AWS": "arn:aws:iam::studio-account:role/service-role/AmazonSageMaker-ExecutionRole"
+                        "AWS": "arn:aws:iam::111122223333:role/service-role/AmazonSageMaker-ExecutionRole"
@@ -283 +283 @@ JSON
-                "AWS": "arn:aws:iam::studio-account:root"
+                        "AWS": "arn:aws:iam::111122223333:root"
@@ -343,2 +343,5 @@ JSON
-                    "Resource":  ["arn:aws:iam::emr-account:role/AssumableRole" ]
-          }]
+                    "Resource": [
+                        "arn:aws:iam::111122223333:role/AssumableRole"
+                    ]
+                }
+            ]