Cannot change/select Instance type and Image in the new SageMaker Studio

0

I want to run JupyterLab within the Space called "abc". I've attached a role with the AdministrationAccess policy for tests. But I cannot:

  • Save changes applied to the Space in any way from GUI
  • Change/Select Instance type and Image from GUI

What should I do to achieve this ambitious goal? BTW, error handling is terrible in the new version of SageMaker Studio, no information besides "Error: Unable to complete operation. Please try again." CloudTrail for help all the time to solve any issue.

Enter image description here

adams
已提問 3 個月前檢視次數 297 次
5 個答案
0

Clear your browser cache and cookies. Sometimes, issues with saving changes or updating configurations can be related to stale browser data and also try accessing SageMaker Studio in incognito/private mode to rule out any browser extensions or cached data causing issues also you should ensure that you are using the latest version of SageMaker Studio. AWS regularly releases updates and bug fixes, so updating to the latest version may resolve some issues. you could also refer to thos AWS documentation for more information :- https://docs.aws.amazon.com/sagemaker/latest/dg/studio.html

If all the above doesn't work . please provide the AWS Support with the logs you found on cloudtrail as this will help them to investigate deeper into the issue

Hope it clarifies and if does I would appreciate answer to be accepted so that community can benefit for clarity, thanks ;)

profile picture
專家
已回答 3 個月前
  • I did it many times including testing it on the other browsers.

0

Solved by recreating the whole domain. Looks like there was a misconfiguration issue on the AWS side as I found in CloudTrail a strange-looking error "Portfolio not found: port-xyz".

adams
已回答 3 個月前
0

Same issue here. Don't know why this happens.

I see an error that says:

ValidationException - "1 validation error detected: Value null at 'spaceSettings.codeEditorAppSettings.defaultResourceSpec.ec2InstanceType' failed to satisfy constraint: Member must not be null"

If I describe the space I can see these settings which do not contain the ec2InstanceType param

"SpaceSettings": { "CodeEditorAppSettings": { "DefaultResourceSpec": { "SageMakerImageArn": "arn:aws:sagemaker:us-east-1:885854791233:image/sagemaker-distribution-cpu", "SageMakerImageVersionAlias": "1.3.0", "InstanceType": "ml.t3.medium" } }

Any ideas on how to fix this problem without deleting the domain? I believe my problems began when I tried to use a Life Cycle Configuration script.

已回答 3 個月前
0

First, I would check any potential Access Denied errors in the CloudTrail events. Maybe some permissions are missing.

adams
已回答 3 個月前
0

After further debugging, I believe the problem originated from a lack of permissions on ECR. The events on CloudTrail do not show these errors, but my problem was resolved by granting privileges on ECR.

已回答 3 個月前

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

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

回答問題指南