You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
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 missings3:PutBucketPolicy
ands3: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
The text was updated successfully, but these errors were encountered: