-
Notifications
You must be signed in to change notification settings - Fork 238
Description
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
"""
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.