AWS sagemaker documentation change
Summary
Removed model version and TLS parameters from CLI deployment example
Security assessment
Simplifies example command but doesn't explicitly address security risks. TLS removal in example doesn't indicate vulnerability remediation.
Diff
diff --git a/sagemaker/latest/dg/deploy-jumpstart-model.md b/sagemaker/latest/dg/deploy-jumpstart-model.md index 4b7e6377b..20049c5de 100644 --- a//sagemaker/latest/dg/deploy-jumpstart-model.md +++ b//sagemaker/latest/dg/deploy-jumpstart-model.md @@ -19 +18,0 @@ Run the following command to deploy a JumpStart model: - --model-version 2.0.4 \ @@ -21,2 +20 @@ Run the following command to deploy a JumpStart model: - --endpoint-name endpoint-jumpstart \ - --tls-output-s3-uri s3://tls-bucket-inf1-beta2 + --endpoint-name endpoint-test-jscli