Sagemaker instance报错

0

我在Github上找到了一个AWS sagemaker官方的例子,但是运行的时候报错,提示ml.c4.xlarge实例不存在。我已经有administrator权限了,这个问题是需要什么特别的权限吗?

XiYan
asked a year ago123 views
1 Answer
1
Accepted Answer

你可能需要检查一下官方文档的默认quota,https://docs.aws.amazon.com/general/latest/gr/sagemaker.html, 文中提到的ml.c4.xlarge默认quota是0, 需要self-service去申请提高所在region的quota。另外具体的报错信息是什么? 请注意一下原代码是申请资源做什么用途的时候报错的,因为processing job, endpoints还有transform都是有单独的quota。

Self service的链接如下: https://console.aws.amazon.com/servicequotas/home/services/sagemaker/quotas/L-FD469689

AWS
Rachel
answered a year ago
profile picture
EXPERT
reviewed a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions