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
{{ message }}
This repository has been archived by the owner on Oct 19, 2023. It is now read-only.
In this particular case the user's AWS credentials expired, so they were unable to continue polling the events for the stack that was being created. This is fine as Cloudformation is doing the right thing in the background, but the error presented to the user is confusing suggesting that something failed and that they need to do something about it.
We need to differentiate between failures in fetching events and converging.
create_in_progress StagingCDNBucketPolicy: (AWS::S3::BucketPolicy/)
error Error converging stack s3-buckets
* The security token included in the request is expired
The text was updated successfully, but these errors were encountered:
In this particular case the user's AWS credentials expired, so they were unable to continue polling the events for the stack that was being created. This is fine as Cloudformation is doing the right thing in the background, but the error presented to the user is confusing suggesting that something failed and that they need to do something about it.
We need to differentiate between failures in fetching events and converging.
The text was updated successfully, but these errors were encountered: