When creating notebook, got ‘Service role does not have permission to access the LocationUri {}’ error

Question:

When I create an AWS EMR Notebook, got the below error. The service role is EMR_Notebook_DefaultRole.

What would be the root cause? Thanks a lot!

Answer:

Your role for jupyter doesnt have acces to s3 location where notebooks are planned to be stored.

You can modify the policy of the s3 bucket that this notebook shows at the time of creation.

Try changing it to sometthing like

Make sure you use correct number inplace of 632293491421, which will be showing at your bucket

Leave a Reply