简体   繁体   English

无法在 AWS Sagemaker 上打开 Jupyter Notebook 实例

[英]Unable to open Jupyter Notebook instance on AWS Sagemaker

I was working on the Notebook instance yesterday and was able to run some scripts successfully, but this morning I was unable to connect to the notebook instance.我昨天在 Notebook 实例上工作并且能够成功运行一些脚本,但是今天早上我无法连接到 Notebook 实例。 I keep on getting the loading icon before 504 error appears.在出现 504 错误之前,我一直在获取加载图标。 Not sure if this is related to memory since I am currently using t2.medium and I can upgrade if that's the case.不确定这是否与 memory 有关,因为我目前正在使用 t2.medium,如果是这样的话我可以升级。 My only concern with this is that the data shouldn't be lost.我唯一关心的是数据不应该丢失。

Any help on how I can check what issue is will be appreciated.任何有关如何检查问题的帮助将不胜感激。

Thanks for using Sagemaker Notebooks!感谢您使用 Sagemaker 笔记本!

If you are using lifecycle configuration, I would suggest disassociating it to rule it out as an issue.如果您正在使用生命周期配置,我建议将其取消关联以将其排除为问题。 Here's a doc that explains how to do that: https://docs.aws.amazon.com/sagemaker/latest/dg/API_UpdateNotebookInstance.html这是一个解释如何做到这一点的文档: https : //docs.aws.amazon.com/sagemaker/latest/dg/API_UpdateNotebookInstance.html

If you are still facing this issue, I would suggest reaching out to AWS support with your notebook instance ARN so this can be debugged further.如果您仍然面临此问题,我建议您使用笔记本实例 ARN 联系 AWS 支持,以便进一步调试。

Thanks!谢谢!

I stopped the instance and start again.我停止了实例并重新开始。
It worked in my case.它适用于我的情况。
Below is step by step guide.以下是分步指南。

  1. 'Amazon SageMaker' > 'Notebook instances' menu “Amazon SageMaker”>“笔记本实例”菜单
  2. Click the instance which is not responding单击没有响应的实例
  3. upper-right corner, click 'Stop' button右上角,点击“停止”按钮
  4. Start again重新开始

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM