AWS sagemaker: Fix EMR Serverless runtime roles documentation URL
Summary
Corrected an invalid URL for EMR Serverless runtime execution roles documentation by removing an incorrect prefix.
Security assessment
The change resolves a broken link but does not introduce or modify security-related information.
Evidence
- * [Runtime execution roles](https://docs.aws.amazon.com/http://emr/latest/EMR-Serverless-UserGuide/jobs-spark.html#spark-defaults-executionRoleArn) (Role-Based Access Control roles) used by EMR Serverless: These are the IAM roles used by the EMR Serverless job execution environments to access other AWS services and resources needed during runtime, such as Amazon S3 for data access, CloudWatch for logging, access to the AWS Glue Data Catalog or other services based on your workload requirements. We recommend creating these roles in the account where the EMR Serverless applications are running.
Diff
diff --git a/sagemaker/latest/dg/studio-emr-serverless-permissions.md b/sagemaker/latest/dg/studio-emr-serverless-permissions.md index 9cd143b05..23231f865 100644 --- a//sagemaker/latest/dg/studio-emr-serverless-permissions.md +++ b//sagemaker/latest/dg/studio-emr-serverless-permissions.md @@ -17 +17 @@ The roles to which you must add the necessary permissions depend on whether Stud - * [Runtime execution roles](https://docs.aws.amazon.com/http://emr/latest/EMR-Serverless-UserGuide/jobs-spark.html#spark-defaults-executionRoleArn) (Role-Based Access Control roles) used by EMR Serverless: These are the IAM roles used by the EMR Serverless job execution environments to access other AWS services and resources needed during runtime, such as Amazon S3 for data access, CloudWatch for logging, access to the AWS Glue Data Catalog or other services based on your workload requirements. We recommend creating these roles in the account where the EMR Serverless applications are running. + * [Runtime execution roles](http://emr/latest/EMR-Serverless-UserGuide/jobs-spark.html#spark-defaults-executionRoleArn) (Role-Based Access Control roles) used by EMR Serverless: These are the IAM roles used by the EMR Serverless job execution environments to access other AWS services and resources needed during runtime, such as Amazon S3 for data access, CloudWatch for logging, access to the AWS Glue Data Catalog or other services based on your workload requirements. We recommend creating these roles in the account where the EMR Serverless applications are running.