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

Show error code / message for cloudformation errors #51

Open
robd opened this issue Jan 30, 2021 · 0 comments
Open

Show error code / message for cloudformation errors #51

robd opened this issue Jan 30, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@robd
Copy link
Contributor

robd commented Jan 30, 2021

I was trying to create an S3 BucketPolicy, and the step was hanging for about 7 minutes, and then failed with the following message: Resource is not in the state stackUpdateComplete

Eventually I found cloud trail logs [1] - this showed that this request was failing with AccessDenied due to the deployment user missing s3:PutBucketPolicy and s3:DeleteBucketPolicy permissions.

Could the response from API call be shown in the log? Or possibly just the errorCode / errorMessage properties if they are present?

[1] https://eu-west-2.console.aws.amazon.com/cloudtrail/home

@kddejong kddejong added the enhancement New feature or request label Mar 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants