Sagemaker - ValidationException

0

Hello, I am trying to experiment with sagemaker and one of the built-in notebooks.

I got to the notebook by:

JumpStart > Huggingface > Question Answering

Whenever I run the notebook I get the following error.

'ClientError: An error occurred (ValidationException) when calling the CreateEndpointConfig operation: Instance type ml.p2.xlarge is not supported for the chosen region. Please choose some other instance type."

As best as I can tell, I need to set up my domain in a region that supports the above instance type.

Where can I find out the support for Sagemaker operations by region? (By the way, I have tried various instance types, and none work.)

Thanks for any help!

  • May i know which region are you using currently?

已提問 1 年前檢視次數 345 次
1 個回答
1
  1. Check the default quota from offical doc, (search 'ml.p2.xlarge for endpoint usage', you will find default is 0, which is a soft limit to each account) https://docs.aws.amazon.com/general/latest/gr/sagemaker.html
  2. Check current specific quota set for your account https://console.aws.amazon.com/servicequotas/home/services/sagemaker/quotas/L-FD469689
  • Raise a ticket from AWS console self-service to raise the quota If that's something you can't confirm, you can directly raise a ticket to AWS support to get the confirmed answer (which instance is availabe for you in spcific region)
AWS
Rachel
已回答 1 年前

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

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

回答問題指南