- Newest
- Most votes
- Most comments
I am sorry to hear that you are not able to access required services from Sagemaker.
You can run below command to check the execution role that is getting used and then verify that required permission are present.
import sagemaker
sagemaker.get_execution_role()
Other useful links -
https://docs.aws.amazon.com/sagemaker/latest/dg/sagemaker-roles.html
https://aws.amazon.com/premiumsupport/knowledge-center/s3-troubleshoot-403/
Edited by: amitsur on Dec 22, 2020 2:41 PM
Thanks, @amitsur. We had confirmed that the SageMaker Notebook Instance was using the desired execution role and that that role had the required permissions. The issue appears to have resolved itself though, since we're no longer receiving these errors. So it must have been a configuration elsewhere? We appreciate the help anyway.
Relevant content
- AWS OFFICIALUpdated 2 months ago
- AWS OFFICIALUpdated 13 days ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 8 months ago