AWS sagemaker documentation change
Summary
Updated CLI commands from 'sagemaker-beta' to 'sagemaker' and removed specific instance quota example
Security assessment
Changes reflect API maturity (beta to GA) and remove an example, with no security-related content modifications
Diff
diff --git a/sagemaker/latest/dg/sagemaker-hyperpod-spot.md b/sagemaker/latest/dg/sagemaker-hyperpod-spot.md index 07cb7bc9e..f6efce0aa 100644 --- a//sagemaker/latest/dg/sagemaker-hyperpod-spot.md +++ b//sagemaker/latest/dg/sagemaker-hyperpod-spot.md @@ -78 +78 @@ Follow the [HyperPod EKS setup guide](https://docs.aws.amazon.com/sagemaker/late -Verify you have the required quotas for the instances you will create in the SageMaker HyperPod cluster. To review your quotas, on the Service Quotas console, choose AWS services in the navigation pane, then choose SageMaker. For example, the following screenshot shows the available quota for c5 instances +Verify you have the required quotas for the instances you will create in the SageMaker HyperPod cluster. To review your quotas, on the Service Quotas console, choose AWS services in the navigation pane, then choose SageMaker. @@ -99 +99 @@ Before creating Spot instance groups, check availability in different Availabili - aws sagemaker-beta --endpoint $ENDPOINT create-cluster \ + aws sagemaker create-cluster \ @@ -128 +128 @@ Before creating Spot instance groups, check availability in different Availabili - aws sagemaker-beta update-cluster \ + aws sagemaker update-cluster \ @@ -183 +183 @@ Before creating Spot instance groups, check availability in different Availabili - aws sagemaker-beta describe-cluster --cluster-name $HP_CLUSTER_NAME --region us-west-2 + aws sagemaker describe-cluster --cluster-name $HP_CLUSTER_NAME --region us-west-2 @@ -207 +207 @@ Before creating Spot instance groups, check availability in different Availabili - aws sagemaker-beta describe-cluster-node --cluster-name $HP_CLUSTER_NAME --region us-west-2 + aws sagemaker describe-cluster-node --cluster-name $HP_CLUSTER_NAME --region us-west-2 @@ -433 +433 @@ For better availability, create IGs in multiple AZs by configuring Subnets. You - aws sagemaker-beta --endpoint $ENDPOINT create-cluster \ + aws sagemaker create-cluster \ @@ -466 +466 @@ For better availability, create IGs in multiple AZs by configuring Subnets. You - aws sagemaker-beta update-cluster \ + aws sagemaker update-cluster \