amazon-sagemaker-safe-deployment-pipeline icon indicating copy to clipboard operation
amazon-sagemaker-safe-deployment-pipeline copied to clipboard

Build error in nyctaxi pipeline

Open imadeit opened this issue 4 years ago • 3 comments
trafficstars

I tried to prepare data using deployed jupyter notebook named "mlops.ipynb", but after uploading the zipped data source to S3, which will trigger the "nyctaxi" pipeline, after several minutes, in the last step in Build stage the following error happened: """ CreateWorkflow AWS CloudFormation Failed """ image

After inspecting events in CFn, the following error was reported: """ Resource handler returned message: "'arn:aws:iam::(aws-account):role/mlops-nyctaxi-sfn-execution-role' is not authorized to create managed-rule. (Service: AWSStepFunctions; Status Code: 400; Error Code: AccessDeniedException; Request ID: 7198988e-765b-4ffa-aca1-183dc957d581; Proxy: null)" (RequestToken: 8b3b9e75-16e5-89bc-2e1b-69340f289e41, HandlerErrorCode: AccessDenied) """

Is this a new issue? Any ideas how to fix it?

Thanks in advance.

imadeit avatar Apr 10 '21 03:04 imadeit

Hi @imadeit the CFN stack in s3 was out of date with the repository pipeline.yml. It has now been updated, but you can fix your stack by updating it with the pipeline.yml in the master branch.

brightsparc avatar Apr 18 '21 01:04 brightsparc

This CFN was working on Thursday. I'm getting these two errors today.

"You must specify a Stack ID. Displaying your Stacks page. S3 error: Access Denied For more information check http://docs.aws.amazon.com/AmazonS3/latest/API/ErrorResponses.html"

cfn-error

sambooaws avatar Apr 19 '21 17:04 sambooaws

The stack template was updated but not made public, please try again.

brightsparc avatar Apr 19 '21 21:04 brightsparc