Skip to content

An error occurred (ResourceLimitExceeded) when calling the CreateCluster operation: The account-level service limit 'Total number of instances allowed across SageMaker Clusters' is 0 Instances

0

I have a ml.g6e.48xlarge controller and a ml.p6-b200.48xlarge worker in my cluster json file.

asked a year ago240 views

2 Answers
1

You're encountering a ResourceLimitExceeded error because your AWS account has a quota of 0 instances for SageMaker Clusters. This means you currently don't have permission to create any SageMaker Cluster instances with the specified instance types (ml.g6e.48xlarge and ml.p6-b200.48xlarge).

To resolve this issue, you need to request a quota increase through AWS Service Quotas. Here's how to do it:

  1. Sign in to the AWS Management Console and open the Service Quotas console
  2. In the navigation pane under "Manage quotas," search for "Amazon SageMaker"
  3. Choose "View quotas"
  4. Search for "Total number of instances allowed across SageMaker Clusters"
  5. Select the quota and choose "Request increase at account-level"
  6. Enter your required quota value (at minimum, enough to cover your controller and worker instances)
  7. Submit your request

After submitting, you can check the status of your request in "Quota request history" in the navigation pane. Once your request is approved (status changes from "Pending" to "Approved"), you can retry creating your SageMaker Cluster.

If AWS Service Quotas is not available, you can contact AWS Support to request the quota increase.
Sources
CreateCluster - Amazon SageMaker
Resolve errors when creating a model evaluation job in Amazon SageMaker AI - Amazon SageMaker AI
SAGEMAKER_RESOURCE_LIMIT | AWS re:Post

answered a year ago

EXPERT

reviewed a year ago

  • There is no quota for "Total number of instances allowed across SageMaker Clusters"

0

HyperPod Qouta Instead of 0 the number should be 20.

answered 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.