I'm working through some of the example Sagemaker notebooks, and I receive the following Access Denied error when trying to run the linear_time_series_forecast example:
ValueError: Error training linear-learner-2017-12-21-15-29-34-676: Failed Reason: ClientError: Data download failed:AccessDenied (403): Access Denied
I can manually download and upload from my S3 bucket using the AWS command line interface, but the Jupyter notebook fails.
Can someone please help me with this error?