AWS sagemaker documentation change
Summary
Updated account IDs to 111122223333 and improved JSON formatting for IAM policies
Security assessment
Changes are example cleanup and formatting adjustments, not directly security-related.
Diff
diff --git a/sagemaker/latest/dg/studio-notebooks-configure-discoverability-emr-cluster.md b/sagemaker/latest/dg/studio-notebooks-configure-discoverability-emr-cluster.md index 642b96335..b1c1a5bbf 100644 --- a//sagemaker/latest/dg/studio-notebooks-configure-discoverability-emr-cluster.md +++ b//sagemaker/latest/dg/studio-notebooks-configure-discoverability-emr-cluster.md @@ -111 +111 @@ JSON - "AWS": "arn:aws:iam::studio-account:role/service-role/AmazonSageMaker-ExecutionRole" + "AWS": "arn:aws:iam::111122223333:role/service-role/AmazonSageMaker-ExecutionRole" @@ -138 +138 @@ JSON - "AWS": "arn:aws:iam::studio-account:root" + "AWS": "arn:aws:iam::111122223333:root" @@ -198,2 +198,5 @@ JSON - "Resource": ["arn:aws:iam::emr-account:role/AssumableRole" ] - }] + "Resource": [ + "arn:aws:iam::111122223333:role/AssumableRole" + ] + } + ]