Why I can't create a serverless sagemaker endpoint anymore ?

0

I was able to create a sagemaker endpoint a few weeks ago using as endpoint configuration the following parameters:

{'EndpointConfigName': 'xxxx',
 'ProductionVariants': [{'VariantName': 'staging-endpoint',
   'ModelName': 'xxxxx',
   'ServerlessConfig': {'MemorySizeInMB': 2048, 'MaxConcurrency': 2}}]}

but now I get this error:

ClientError: An error occurred (ValidationException) when calling the CreateEndpoint operation: One or more endpoint features are not supported using this configuration

Why I can't create a serverless sagemaker endpoint anymore ?

已提問 2 年前檢視次數 1450 次
1 個回答
1
已接受的答案

Hello,

Thank you for using AWS SageMaker.

With the details provided, I see the parameters provided to the Endpoint Configuration are valid. To better understand the issue, I did try creating serverless endpoint under my account and I purposely created under a region where the Serverless endpoint is not supported i.e under us-west-2 and encountered same error as your, but same configuration worked under us-east-1 as it is supported. I'd recommend you to visit AWS documentation for [Serverless Inference] (https://docs.aws.amazon.com/sagemaker/latest/dg/serverless-endpoints.html), to verify if you are creating the Serverless Endpoint in supported region.

If the region is supported and you still face the issue, I'd recommend you to reach out to AWS Support for further investigation of the issue:

Open a support case with AWS using the link: https://console.aws.amazon.com/support/home?#/case/create

AWS
支援工程師
已回答 2 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南