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 個月前

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

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

回答問題指南