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 ?

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년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠