AWS sagemaker: Fix prerequisites link in Neo deployment guide
Summary
Corrected URL for SageMaker Neo deployment prerequisites.
Security assessment
The change fixes a broken link without altering security guidance or addressing vulnerabilities.
Evidence
+You must satisfy the [ prerequisites](https://docs.aws.amazon.com/sagemaker/latest/dg/neo-deployment-hosting-services-prerequisites) section if the model was compiled using AWS SDK for Python (Boto3), AWS CLI, or the Amazon SageMaker AI console. Follow the steps below to create and deploy a SageMaker Neo-compiled model using [Amazon Web Services SDK for Python (Boto3)](https://boto3.amazonaws.com/v1/documentation/api/latest/index.html).
Diff
diff --git a/sagemaker/latest/dg/neo-deployment-hosting-services-boto3.md b/sagemaker/latest/dg/neo-deployment-hosting-services-boto3.md index 96fdb78de..263577076 100644 --- a//sagemaker/latest/dg/neo-deployment-hosting-services-boto3.md +++ b//sagemaker/latest/dg/neo-deployment-hosting-services-boto3.md @@ -11 +11 @@ Deploy the Model -You must satisfy the [ prerequisites](https://docs.aws.amazon.com//sagemaker/latest/dg/neo-deployment-hosting-services-prerequisites) section if the model was compiled using AWS SDK for Python (Boto3), AWS CLI, or the Amazon SageMaker AI console. Follow the steps below to create and deploy a SageMaker Neo-compiled model using [Amazon Web Services SDK for Python (Boto3)](https://boto3.amazonaws.com/v1/documentation/api/latest/index.html). +You must satisfy the [ prerequisites](https://docs.aws.amazon.com/sagemaker/latest/dg/neo-deployment-hosting-services-prerequisites) section if the model was compiled using AWS SDK for Python (Boto3), AWS CLI, or the Amazon SageMaker AI console. Follow the steps below to create and deploy a SageMaker Neo-compiled model using [Amazon Web Services SDK for Python (Boto3)](https://boto3.amazonaws.com/v1/documentation/api/latest/index.html). @@ -22 +22 @@ You must satisfy the [ prerequisites](https://docs.aws.amazon.com//sagemaker/lat -After you have satisfied the [ prerequisites](https://docs.aws.amazon.com//sagemaker/latest/dg/neo-deployment-hosting-services-prerequisites), use the `create_model`, `create_enpoint_config`, and `create_endpoint` APIs. +After you have satisfied the [ prerequisites](https://docs.aws.amazon.com/sagemaker/latest/dg/neo-deployment-hosting-services-prerequisites), use the `create_model`, `create_enpoint_config`, and `create_endpoint` APIs.