AWS sagemaker: Fix broken links in IAM role documentation
Summary
Corrected URLs in two markdown links: one for SageMaker roles and one for the IAM console policy.
Security assessment
Changes only repair broken hyperlinks; no security-related content was added or modified.
Evidence
+ 8. For **Execution role** , choose an option from the role selector. If you choose **Enter a custom IAM role ARN** , the role must have, at a minimum, an attached trust policy that grants SageMaker AI permission to assume the role. For more information, see [SageMaker AI Roles](https://docs.aws.amazon.com/sagemaker/latest/dg/sagemaker-roles.html).
Diff
diff --git a/sagemaker/latest/dg/domain-user-profile-add.md b/sagemaker/latest/dg/domain-user-profile-add.md index f9bd23ef0..806509cf1 100644 --- a//sagemaker/latest/dg/domain-user-profile-add.md +++ b//sagemaker/latest/dg/domain-user-profile-add.md @@ -33 +33 @@ You can add user profiles to a domain from the SageMaker AI console by following - 8. For **Execution role** , choose an option from the role selector. If you choose **Enter a custom IAM role ARN** , the role must have, at a minimum, an attached trust policy that grants SageMaker AI permission to assume the role. For more information, see [SageMaker AI Roles](https://docs.aws.amazon.com//sagemaker/latest/dg/sagemaker-roles.html). + 8. For **Execution role** , choose an option from the role selector. If you choose **Enter a custom IAM role ARN** , the role must have, at a minimum, an attached trust policy that grants SageMaker AI permission to assume the role. For more information, see [SageMaker AI Roles](https://docs.aws.amazon.com/sagemaker/latest/dg/sagemaker-roles.html). @@ -39 +39 @@ If you choose **Create a new role** , the **Create an IAM role** dialog box open - 2. Choose **Create role**. SageMaker AI creates a new IAM role, `AmazonSageMaker-ExecutionPolicy`, with the [AmazonSageMakerFullAccess](https://console.aws.amazon.com//iam/home?#/policies/arn:aws:iam::aws:policy/AmazonSageMakerFullAccess) policy attached. + 2. Choose **Create role**. SageMaker AI creates a new IAM role, `AmazonSageMaker-ExecutionPolicy`, with the [AmazonSageMakerFullAccess](https://console.aws.amazon.com/iam/home?#/policies/arn:aws:iam::aws:policy/AmazonSageMakerFullAccess) policy attached.