AWS sagemaker-unified-studio documentation change
Summary
Updated blueprint configuration instructions with instance type details and parameter editing steps
Security assessment
Changes describe deployment configuration options, not security features or vulnerabilities.
Diff
diff --git a/sagemaker-unified-studio/latest/adminguide/blueprints.md b/sagemaker-unified-studio/latest/adminguide/blueprints.md index 4f817010a..4315dfd24 100644 --- a//sagemaker-unified-studio/latest/adminguide/blueprints.md +++ b//sagemaker-unified-studio/latest/adminguide/blueprints.md @@ -80 +80 @@ In order to successfully enable the EmrOnEc2 blueprint, you must specify the loc - 3. Choose the **Project profiles** tab and then choose the project profile where the EmrOnEc2 blueprint is used. + 3. Choose the **Project profiles** tab and then choose **All capabilities**. @@ -82 +82 @@ In order to successfully enable the EmrOnEc2 blueprint, you must specify the loc - 4. Choose the radio button for the EmrOnEc2 blueprint deployment setting and choose **Edit**. + 4. Choose one of the following instance type configurations: @@ -84 +84,7 @@ In order to successfully enable the EmrOnEc2 blueprint, you must specify the loc - 5. Under the **Blueprint parameters** section, edit the **certificateLocation** parameter. Enter the S3 location of the ZIP file that contains PEM certificate file(s). You must enter the S3 location URL using the correct format of `s3://<DomainBucketName>/<AmazonDataZoneDomainID>/certificate_location/` Make sure to replace <DomainBucketName>/<AmazonDataZoneDomainID> with the correct values for those for your domain. + * OnDemand Amazon EMR on EC2 General Purpose: this configuration uses Amazon EC2 instances (like m5.xlarge) to provide balanced compute, memory, and network resources. Choose this option for standard data processing workloads. + + * OnDemand Amazon EMR on EC2 Memory-Optimized: this configuration uses Amazon EC2 instances (like r5.xlarge) to provide more memory per vCPU. Choose this option for memory-intensive workloads such as in-memory databases or real-time analytics. + + 5. Choose the corresponding radio button for the EmrOnEc2 blueprint deployment setting and choose **Edit**. + + 6. Under the **Blueprint parameters** section, edit the **certificateLocation** parameter. Enter the S3 location of the ZIP file that contains PEM certificate file(s). You must enter the S3 location URL using the correct format of `s3://<DomainBucketName>/<AmazonDataZoneDomainID>/certificate_location/` Make sure to replace <DomainBucketName>/<AmazonDataZoneDomainID> with the correct values for those for your domain.