Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build error in nyctaxi pipeline #29

Open
imadeit opened this issue Apr 10, 2021 · 3 comments
Open

Build error in nyctaxi pipeline #29

imadeit opened this issue Apr 10, 2021 · 3 comments

Comments

@imadeit
Copy link

imadeit commented Apr 10, 2021

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.

@brightsparc
Copy link
Contributor

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.

@sambooaws
Copy link

sambooaws commented Apr 19, 2021

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

@brightsparc
Copy link
Contributor

brightsparc commented Apr 19, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants