Error when creating Jupyter Notebook in AWS Glue

0

I receive the error: "Failed to start notebook server" when creating a Jupyter notebook in AWS Glue

asked 2 years ago280 views
1 Answer
0

I have seen that type of error before and it has been caused by a missing permission. Make sure that you have setup everything specified in the 'Granting permissions for the IAM Role' step of the following documentation: https://docs.aws.amazon.com/glue/latest/ug/notebook-getting-started.html

If I recall correctly, when I had this issue it was because my role was missing the correct sts:AssumeRole permission

AWS
answered 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions