'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?
Solution 1:[1]
It is a permissions issue. Please give your role sagemaker:ListNotebookInstanceLifecycleConfigs permission and try.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | RamaT |
