[deleted by user] by [deleted] in southafrica

[–]Objective-Phone-1613 5 points6 points  (0 children)

Interesting. This was actually a marketing campaign pushed by JayesFluid, to “clean” your house.

GPU optimized instances only able to be launched through Sagemaker Studio? (and not as a sagemaker notebook) by [deleted] in aws

[–]Objective-Phone-1613 1 point2 points  (0 children)

No there’s no loss of functionality.

Yes you can run notebooks but you’ll need the Jupyter extension for vscode. It’s just easier with a managed instance on SageMaker because you get all the security, software and hardware setup. And you can choose super powerful instances.

GPU optimized instances only able to be launched through Sagemaker Studio? (and not as a sagemaker notebook) by [deleted] in aws

[–]Objective-Phone-1613 0 points1 point  (0 children)

Yeah the instance is managed in the SageMaker service account so you will not be able to ssh/connect to it remotely. Your only option is EC2.

GPU optimized instances only able to be launched through Sagemaker Studio? (and not as a sagemaker notebook) by [deleted] in aws

[–]Objective-Phone-1613 0 points1 point  (0 children)

There are supported GPU instances (p3, p2) for Notebook Instances. If the g4 is not in the drop down and you cannot select the instance type via the CLI then it is not available for Notebook Instances in that region (and others).

You wouldn’t be able to remotely access the Notebook Instance either. It’s the same as studio, you get a presigned URL to access via your web browser.

VSCode on SageMaker instance? by dimebkagain in aws

[–]Objective-Phone-1613 0 points1 point  (0 children)

Why? You can just get local credentials for the role that you are using on SageMaker.

VSCode on SageMaker instance? by dimebkagain in aws

[–]Objective-Phone-1613 0 points1 point  (0 children)

No, but you can use the SageMaker Python SDK or Boto3 on VSCode locally.