【发布时间】:2019-12-13 11:22:49
【问题描述】:
试图了解为什么我的 SageMaker 笔记本实例无法连接到互联网。
# jupyter notebook running conda_python3 kernel
from sagemaker import get_execution_role
role = get_execution_role()
print(role)
'Could not connect to the endpoint URL: "https://api.sagemaker.us-east-1.amazonaws.com/"'
# terminal
wget tools.geekflare.com
'unable to resolve host address "tools.geekflare.com"'
关于如何调试问题的任何提示?
【问题讨论】:
标签: amazon-sagemaker