AWS sagemaker-unified-studio documentation change
Summary
Updated example ARNs with concrete region (us-east-1) and account ID (111122223333) values
Security assessment
Standardization of example values in documentation. No security implications as this appears to be template placeholder replacement rather than a functional security change.
Diff
diff --git a/sagemaker-unified-studio/latest/adminguide/sagemaker-unified-studio-provisioned-resources-key-permissions.md b/sagemaker-unified-studio/latest/adminguide/sagemaker-unified-studio-provisioned-resources-key-permissions.md index e61f3d6d1..4a7f583a7 100644 --- a//sagemaker-unified-studio/latest/adminguide/sagemaker-unified-studio-provisioned-resources-key-permissions.md +++ b//sagemaker-unified-studio/latest/adminguide/sagemaker-unified-studio-provisioned-resources-key-permissions.md @@ -36 +36 @@ JSON - "kms:EncryptionContext:aws:logs:arn": "arn:aws:logs:REGION:ACCOUNT-ID:log-group:datazone-*" + "kms:EncryptionContext:aws:logs:arn": "arn:aws:logs:us-east-1:ACCOUNT-ID:log-group:datazone-*" @@ -44 +44 @@ JSON - "AWS": "arn:aws:iam::ACCOUNT-ID:role/service-role/AmazonSageMakerProvisioning-ACCOUNT-ID" + "AWS": "arn:aws:iam::111122223333:role/service-role/AmazonSageMakerProvisioning-111122223333" @@ -63 +63 @@ JSON - "AWS": "arn:aws:iam::ACCOUNT-ID:role/service-role/AmazonSageMakerProvisioning-ACCOUNT-ID" + "AWS": "arn:aws:iam::111122223333:role/service-role/AmazonSageMakerProvisioning-111122223333" @@ -87 +87 @@ JSON - "aws:SourceArn": "arn:aws:emr-serverless:REGION:ACCOUNT-ID:/applications/*" + "aws:SourceArn": "arn:aws:emr-serverless:us-east-1:ACCOUNT-ID:/applications/*" @@ -95 +95 @@ JSON - "AWS": "arn:aws:iam::ACCOUNT-ID:role/service-role/AmazonSageMakerProvisioning-ACCOUNT-ID" + "AWS": "arn:aws:iam::111122223333:role/service-role/AmazonSageMakerProvisioning-111122223333" @@ -111 +111 @@ JSON - "arn:aws:iam::ACCOUNT-ID:role/service-role/AmazonSageMakerDomainExecution" + "arn:aws:iam::111122223333:role/service-role/AmazonSageMakerDomainExecution" @@ -132 +132 @@ JSON - "arn:aws:iam::ACCOUNT-ID:role/service-role/AmazonSageMakerDomainExecution" + "arn:aws:iam::111122223333:role/service-role/AmazonSageMakerDomainExecution"