-
Notifications
You must be signed in to change notification settings - Fork 137
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
[Bug]: CloudFormation Stack fails to sync or get ready when it takes too long to deploy #1505
Comments
Just to add to this, I noticed that after exactly 15 minutes I get the "token expired" error on the provider logs, and after that it tries to recreate the stack, generating the AlreadyExistsException over and over again.
|
Seems related to #1346, #1482 and crossplane/crossplane#5918 |
I am facing the same issue, when creating CFN stacks, that takes longer to create. In my case I am creating CloudFront distribution in the stack. I also get security token in the request is expired error. |
/fresh |
Is there an existing issue for this?
Affected Resource(s)
Resource MRs required to reproduce the bug
Steps to Reproduce
What happened?
If it is a simple cloudformation template (for instance, creating a parameter store), it works fine and the resource gets Ready and Synced. But if the cloudformation template is complex and takes too long to complete (like enabling Control Tower on a master account) it never gets synced or Ready, and it keeps trying to recreate the stack, even thou it was created successfully on AWS.
Relevant Error Output Snippet
Crossplane Version
1.17.0
Provider Version
1.14.0
Kubernetes Version
No response
Kubernetes Distribution
EKS
Additional Info
I have tried to create an Observe-only resource to import the Cloudformation stack that was created and it works, but only if I set the external-name metadata do the ID (last part of the ARN of the stack), not the full ARN or Name. I'm not sure if is related to the bug.
The text was updated successfully, but these errors were encountered: