You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When following the instructions associated with this notebook, you correctly create a SageMaker IAM role with access to TimeStream and s3, however the bucket "ts-sagemaker" is not created in anyway that's reflected in your S3 console and the included code throws a false permission error. If you try to create a bucket with that name S3 says the bucket exists, yet S3 says you have no buckets and the ipynb code returns a permission error even with full S3 access granted to the SageMaker execution role. A solution is to create your own bucket manually (e.g. "ts-sagemaker-1") and update the ipynb accordingly.
it should be