Sagemaker Jupyter notebook

0

What are the advantages of using SageMaker jupyter instance instead of running it locally? Is there a special integration with SageMaker that we lose it if we do not use Sagemaker jupyer instance?

AWS
專家
已提問 3 年前檢視次數 389 次
1 個回答
0
已接受的答案

Some useful points:

  • The typical arguments of cloud vs local will apply (as with e.g. Cloud9, Workspaces, etc): Can de-couple your work from the lifetime of your laptop, keep things running when your local machine is shut down, right-size the environment for what workloads you need to do on a given day, etc.
  • SageMaker notebooks already run in an explicit IAM context (via assigned execution role) - so you don't need to log in e.g. as you would through the CLI on local machine... Can just run sagemaker.get_execution_role()
  • Pre-built environments for a range of use-cases (e.g. generic data science, TensorFlow, PyTorch, MXNet, etc) with libraries already installed, and easy wiping/reset of the environment by stopping & starting the instance - no more "environment soup" on your local laptop.
  • Linux-based environments, which typically makes for a shorter path to production code than Mac/Windows.
  • If you started using SageMaker Studio, then yes there are some native integrations such as the UIs for experiment tracking and endpoint management/monitoring; easy sharing of notebook snapshots; and whatever else might be announced over the next couple of weeks.
AWS
專家
Alex_T
已回答 3 年前
profile picture
專家
已審閱 16 天前

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

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

回答問題指南