aws / amazon-sagemaker-examples

Example 📓 Jupyter notebooks that demonstrate how to build, train, and deploy machine learning models using 🧠 Amazon SageMaker.
https://sagemaker-examples.readthedocs.io
Apache License 2.0
9.79k stars 6.67k forks source link

Unable to download model artifacts due to 403 forbidden error #4641

Open TEJASNARAYANS opened 2 months ago

TEJASNARAYANS commented 2 months ago

Link to the notebook Add the link to the notebook. https://github.com/aws/amazon-sagemaker-examples/blob/main/advanced_functionality/scikit_learn_bring_your_own_model/scikit_learn_bring_your_own_model.ipynb

Describe the bug I am unable to download the model artifacts from the S3 bucket . Not sure if the bucket was made private or something ?

To reproduce A clear, step-by-step set of instructions to reproduce the bug. I am seeing a 403 access forbidden error

Logs If applicable, add logs to help explain your problem. You may also attach an .ipynb file to this issue if it includes relevant logs or output.

image

sciarrilli commented 1 month ago

Did you check your IAM permissions? I am able to access without issue.

Screenshot 2024-05-22 at 3 30 50 PM