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

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ