Reputation: 519
I'm trying to set up my first SageMaker Studio so my team and myself can run some post processing scripts in a shared environment but I'm having issues.
I've followed the steps in this video(https://www.youtube.com/watch?v=wiDHCWVrjCU&ab_channel=AmazonWebServices) which are:
In the video, he clicks submit and is taken to the control panel where he starts the next phase of adding users, however I'm greeted with this error.
I've checked my Registered domains under route 53 and it says No domains to display, I've also checked my S2 and I have no instances so I have no idea where the 2 domains being utilized are.
My dashboard, image and Notebooks are all empty so as far as I know there's nothing setup on this Sage Maker account.
Could anyone tell me how to resolve this error?
Upvotes: 0
Views: 828
Reputation: 2490
Previously, until 2023, AWS supported single aws sagemaker domain per region, and your error does surface that issue. Now AWS supports multi domains (default I do think are 5 domains per account and quota can be increased by engaging aws for your account), info on the multi domains can be found at Multiple domains overview
Having multiple Amazon SageMaker domain simplifies managing machine learning workflows for administrators of enterprises with diverse business units, teams, or projects.
For any sagemaker service, if any limit errors it is present, a user can look at Amazon SageMaker endpoints and quotas. This page included detailed list of services and quotas for Region-specific endpoints that Amazon SageMaker supports for training and deploying models.
Note: is it advised to use Regional STS endpoints over global (legacy) STS endpoint because does reduce latency, build in redundancy, and increase session token validity.
Upvotes: 0
Reputation: 11
AWS Sagemaker now supports multi-domain <announced in the Re-Invent 2022, Tested in US-EAST-1 > enter image description here
Upvotes: 1
Reputation: 155
You can have maximum 1 studio domain per region, by the default limits. Though, it seems like you have two domains already provisioned. Try to delete all the domains through the AWS cli and recreate with the AWS Management Console.
Unfortunately, AWS Management Console cannot visualize more than one Studio domain.
Upvotes: 0