Open wags1999 opened 4 years ago
I got the same thing, did you manage to resolve the issue?
NVM, I got it working by editing the IAM policy it created to grant full S3 access. Seems the instructions provided do not work correctly.
@GodKratos, thanks for the suggestion. Unfortunately, that didn't work.
After discussing with a co-worker, I found that my company's AWS account has a Service Control Policy that blocks access to all non-US regions. The endtoendmlapp is housed in eu-west-1, thus I couldn't access it.
Is there any way this can be copied to a US-region bucket?
Hi, thanks for the feedback. We are looking to ways for improving the current implementation and solve bucket copy issues caused by specific IAM configurations.
Followed the instructions to create a Sagemaker notebook, including creating a new IAM role as specified.
The output of cell 1 is
When I run cell 2 of train_and_Debug.ipynb, I get
What am I missing?