AWS sagemaker: Fix broken documentation links for IAM condition keys
Summary
Corrected URL formatting in references to IAM condition keys for SageMaker HyperPod APIs.
Security assessment
The changes only fix broken hyperlinks (removed extra slashes in URLs) without altering security content, descriptions, or introducing new security guidance.
Evidence
+ * Added the following IAM condition keys for more granular access control in the [`CreateCluster`](https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateCluster.html) and [`UpdateCluster`](https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_UpdateCluster.html) API operations.
Diff
diff --git a/sagemaker/latest/dg/sagemaker-hyperpod-release-notes.md b/sagemaker/latest/dg/sagemaker-hyperpod-release-notes.md index 8416eafc2..fd5473c4e 100644 --- a//sagemaker/latest/dg/sagemaker-hyperpod-release-notes.md +++ b//sagemaker/latest/dg/sagemaker-hyperpod-release-notes.md @@ -184 +184 @@ SageMaker HyperPod releases the following for [Orchestrating SageMaker HyperPod - * Added the following IAM condition keys for more granular access control in the [`CreateCluster`](https://docs.aws.amazon.com//sagemaker/latest/APIReference/API_CreateCluster.html) and [`UpdateCluster`](https://docs.aws.amazon.com//sagemaker/latest/APIReference/API_UpdateCluster.html) API operations. + * Added the following IAM condition keys for more granular access control in the [`CreateCluster`](https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateCluster.html) and [`UpdateCluster`](https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_UpdateCluster.html) API operations. @@ -188,3 +188,3 @@ Condition key | Description -[`sagemaker:InstanceTypes`](https://docs.aws.amazon.com//service-authorization/latest/reference/list_amazonsagemaker.html#amazonsagemaker-sagemaker_InstanceTypes) | Control access based on the specified instance types. -[`sagemaker:VpcSubnets`](https://docs.aws.amazon.com//service-authorization/latest/reference/list_amazonsagemaker.html#amazonsagemaker-sagemaker_VpcSubnets) | Restrict cluster creation or updates to specific Amazon VPC subnets. -[`sagemaker:VpcSecurityGroupIds`](https://docs.aws.amazon.com//service-authorization/latest/reference/list_amazonsagemaker.html#amazonsagemaker-sagemaker_VpcSecurityGroupIds) | Manage access based on Amazon VPC security group IDs. +[`sagemaker:InstanceTypes`](https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonsagemaker.html#amazonsagemaker-sagemaker_InstanceTypes) | Control access based on the specified instance types. +[`sagemaker:VpcSubnets`](https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonsagemaker.html#amazonsagemaker-sagemaker_VpcSubnets) | Restrict cluster creation or updates to specific Amazon VPC subnets. +[`sagemaker:VpcSecurityGroupIds`](https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonsagemaker.html#amazonsagemaker-sagemaker_VpcSecurityGroupIds) | Manage access based on Amazon VPC security group IDs.