-
Notifications
You must be signed in to change notification settings - Fork 42
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
RFDK_X509Generator resource in DELETE_FAILED state after rollback #409
Comments
One of the StudioBuilder tests encountered another failure deleting the cert custom resource. We investigated the lambda execution that timed out and found these logs (private info has been redacted):
The event log from the failed stack:
|
Thanks Claire. It looks like our timeout is set way too low for the lambda (30 seconds).
So, I think that it's theoretically possible that the ACM service hasn't yet registered that the certificate is no longer in use before we timeout of the Lambda behind the Custom Resource; resulting in the delete failing. |
I just re-read the original description, Claire. The logs posted & original description are actually two separate issues. In the original we see:
This is an indication that the temporary credentials that the stack operation were running under have expired. |
Resolved by #476 |
This was a test deployment of Nimble StudioBuilder in the YUL region (prod)
The studio's EFS lambda failed to execute causing a rollback, on which the X509 custom resource failed to delete:
Reproduction Steps
Rare failure state deploying with Nimble StudioBuilder
Error Log
Environment
Amazon Nimble production environment
StudioBuilder 1.0.8
Region ca-central-1
Other
Link to the execution log the StudioBuilder deployment that failed:
https://tiny.amazon.com/felhxvd4/IsenLink
This is 🐛 Bug Report
The text was updated successfully, but these errors were encountered: