Skip to content

Error when creating a new Project in Amazon SageMaker Unified Studio under free tier - same region

0

Hi All,

Under the free tier account I started using Amazon SageMaker Unified Studio.

I created a domain and a first project that, because it was a test project,

I deleted all project and domain.

Now that I want to create a new domain, everything is OK, but when I want to create a project again, when I start creating this project the following error message is generated: Failed to deploy in the account 0000000000000 and region us-aaaa-00 due to the failure: Limit exceeded for resource of type 'AWS::SageMaker::Domain'. Reason: The account-level service limit 'Total domains' is 2 Domains, with current utilization of 2 Domains and a request delta of 1 Domains. Only 2 Domains is supported. See https://docs.aws.amazon.com/general/latest/gr/sagemaker.html#limits_sagemaker for more details. CloudFormation stack ID: DataZone-Env-000000000 Service: SageMaker Status code: 400 Request ID: 8cdf47ef-9bba-00000000000000000

To move forward, I changed the region and it worked, but what should I do if I want to continue in the region that generated the error?

Thanks for any help or comments

asked 9 months ago298 views
2 Answers
0

The error you're encountering is due to reaching the default quota limit for SageMaker domains in your specific region. Even though you've deleted your previous domain, the system may not have fully processed this deletion, leading to the quota limit issue.

To resolve this and continue working in the same region, you have a few options:

  1. Wait for some time (usually a few hours) for the system to fully process the deletion of your previous domain. After this, you should be able to create a new domain in the same region.

  2. Request a quota increase for SageMaker domains in your desired region. You can do this through the AWS Service Quotas console. Navigate to the SageMaker section and look for the "Total domains" quota. Request an increase for this quota. AWS will review your request and may increase your limit, allowing you to create more domains in that region.

  3. If the issue persists, it's recommended to open a case with AWS Support under the "Account and billing" category. This type of inquiry can be made free of charge, even for free tier accounts. AWS Support can help investigate why the quota is still showing as exceeded and potentially resolve the issue on their end.

Remember that SageMaker domains have a default quota of two per region. If you're frequently creating and deleting domains for testing purposes, you might want to consider requesting a permanent quota increase to avoid this issue in the future.

Lastly, always ensure you're fully cleaning up resources when you're done with them, as some associated resources might not be immediately deleted when you delete a domain or project.
Sources
Unable to create a domain in SageMaker Studio | AWS re:Post
Quotas for Amazon SageMaker Unified Studio - Amazon SageMaker Unified Studio

answered 9 months ago
0

Thank you.

24 hours have passed and the error continues, I think the project is not deleted correctly by AWS Platform

Regarding the support issue, since I am in free tier, I cannot request that type of support that you advise me

Thanks

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