I am getting error while following "Automate Machine Learning Workflows"

0

This step failed. For more information, view the logs

ClientError: Failed to invoke sagemaker:CreateProcessingJob. Error Details: The account-level service limit 'ml.c5.xlarge for processing job usage' is 0 Instances, with current utilization of 0 Instances and a request delta of 1 Instances. Please use AWS Service Quotas to request an increase for this quota. If AWS Service Quotas is not available, contact AWS support to request an increase for this quota. Retry not appropriate on execution of step with PipelineExecutionArn arn:aws:sagemaker:us-east-1:340891875181:pipeline/frauddetectxgbpipeline/execution/o2c1hnc8zptv and StepId DataProcessing. No retry policy configured for the exception type SAGEMAKER_RESOURCE_LIMIT.

已提问 1 年前269 查看次数
2 回答
1

You are experiencing service limitfor use for that particular instance type. Since you current limit is 0 (which means you can't instantiate any number of ml.c5.xlarge instances), you will need to request a service limit increase with your AWS account to proceed.

profile pictureAWS
专家
pechung
已回答 1 年前
0

You are getting this error as you don't have any quota available to launch / instantiate any ml.c5.xlarge instance in your account . You need to raise a Service Limit Increase request from the Service Quotas Dashboard . PFB Steps:-

  1. Log in to AWS console and search for Service Quotas
  2. Go to AWS Services (on the left of the screen)
  3. Search for Amazon Sagemaker
  4. Search for ml.c5.xlarge for processing job usage
  5. Click on Request Increase at Account Level (on the right side of the screen)
  6. Give your desired value and click on Request

Once you are done with the above steps, it will create an internal ticket with AWS Support and they will review your request and approve/ reach out to you if any further information is required. Once it is increased , you can validate that on Dashboard Page of Step -4 (Applied account-level quota value), you can then proceed with your activity.

profile pictureAWS
已回答 1 个月前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则

相关内容