AWS sagemaker documentation change
Summary
Fixed broken URLs in AWS CLI documentation links by adding double slashes
Security assessment
The change only corrects URL formatting for AWS CLI documentation links. There's no evidence of security vulnerability fixes, security feature additions, or security-related content modifications.
Diff
diff --git a/sagemaker/latest/dg/sagemaker-hyperpod-multihead-slurm-iam.md b/sagemaker/latest/dg/sagemaker-hyperpod-multihead-slurm-iam.md index 05557d5fc..60570e348 100644 --- a//sagemaker/latest/dg/sagemaker-hyperpod-multihead-slurm-iam.md +++ b//sagemaker/latest/dg/sagemaker-hyperpod-multihead-slurm-iam.md @@ -11 +11 @@ This section explains how to create an IAM policy and attach it to the execution - 2. Create an IAM policy with the downloaded example, using the [create-policy](https://docs.aws.amazon.com/cli/latest/reference/iam/create-policy.html) CLI command. + 2. Create an IAM policy with the downloaded example, using the [create-policy](https://docs.aws.amazon.com//cli/latest/reference/iam/create-policy.html) CLI command. @@ -34 +34 @@ Example output of the command. - 3. Attach the policy `AmazonSagemakerExecutionPolicy` to the Slurm execution role you created in [Provision additional resources to support multiple controller nodes](./sagemaker-hyperpod-multihead-slurm-cfn.html#sagemaker-hyperpod-multihead-slurm-cfn-multihead), using the [attach-role-policy](https://docs.aws.amazon.com/cli/latest/reference/iam/attach-role-policy.html) CLI command. + 3. Attach the policy `AmazonSagemakerExecutionPolicy` to the Slurm execution role you created in [Provision additional resources to support multiple controller nodes](./sagemaker-hyperpod-multihead-slurm-cfn.html#sagemaker-hyperpod-multihead-slurm-cfn-multihead), using the [attach-role-policy](https://docs.aws.amazon.com//cli/latest/reference/iam/attach-role-policy.html) CLI command.