简体   繁体   English

无法在 Amazon SageMaker 上创建笔记本实例

[英]Unable to create a notebook instance on Amazon SageMaker

I'm trying to create a notebook instance, but I'm getting the following error:我正在尝试创建笔记本实例,但出现以下错误:

AccessDeniedException
User: arn:was:...::......:user/{MY_USERNAME} is not authorized to perform: sagemaker:ListNotebookInstanceLifecycleConfigs because no identity-based policy allows the sagemaker:ListNotebookInstanceLifecycleConfigs action

How to resolve it?如何解决? Is this a permission issue?这是权限问题吗?

It is a permissions issue.这是一个权限问题。 Please give your role sagemaker:ListNotebookInstanceLifecycleConfigs permission and try.请给你的角色 sagemaker:ListNotebookInstanceLifecycleConfigs 权限并尝试。

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

相关问题 无法在 AWS Sagemaker 上打开 Jupyter Notebook 实例 - Unable to open Jupyter Notebook instance on AWS Sagemaker 通过 Terraform 创建 sagemaker notebook 实例 - create sagemaker notebook instance via Terraform Graphviz 在 SageMaker notebook 实例上运行,但不在 SageMaker Studio 上运行 - Graphviz running on SageMaker notebook instance but not SageMaker Studio 将参数传递给 Sagemaker Notebook 实例 - Passing Parameters to Sagemaker Notebook Instance 不活动后自动“停止”Sagemaker 笔记本实例? - Automatically "stop" Sagemaker notebook instance after inactivity? 限制 sagemaker 实例中的个人笔记本访问 - Restrict individual notebook access in sagemaker instance 在 SageMaker 笔记本实例中打开 jupyter 是否需要 sagemaker:CreatePresignedDomainUrl? - Is sagemaker:CreatePresignedDomainUrl required to open jupyter in SageMaker notebook instance? 从本地jupyter notebook部署model到amazon sagemaker - Deploy model from local jupyter notebook to amazon sagemaker 无法使用 CodeCommit 存储库启动 Sagemaker Notebook 实例 - Can't start Sagemaker Notebook Instance with a CodeCommit repo 如何清除 AWS SageMaker 上笔记本实例的持久存储? - How do you clear the persistent storage for a notebook instance on AWS SageMaker?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM