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

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

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

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

関連するコンテンツ