aws-samples / mlops-amazon-sagemaker

Workshop content for applying DevOps practices to Machine Learning workloads using Amazon SageMaker
Apache License 2.0
296 stars 126 forks source link

Lambda Permission Error for GetStatus Lambda #13

Open Bimsbaby opened 4 years ago

Bimsbaby commented 4 years ago

The GetStageDeployStatus failed within DeployModel-Stage failed in the CodePipeline . When I looked into CLoudWatch I found the following error: MLOps-BIA-GetStatus-bims) couldn’t call the GetObject operation So basically, this Lambda (MLOps-BIA-GetStatus-bims) couldn’t call the GetObject operation. I took a look at the Lambda permission and it has this role attached (MLOps-BIA-Lambda-ServiceRole-bims) which has full S3 access privilege.

Screen Shot 2020-09-24 at 11 52 46 AM Screen Shot 2020-09-24 at 12 01 10 PM