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
Can a solution be implemented so that when this error happens, the stack is deleted and recreated?
The text was updated successfully, but these errors were encountered:
0xAJX
changed the title
Stack is in ROLLBACK_COMPLETE state and can not be updated.
Stack is in ROLLBACK_COMPLETE state and can not be updated
Jul 30, 2023
When a stack is in ROLLBACK_COMPLETE, you can actually fix it by manually updating to the last successful template through the AWS console. Although there was a suggestion about deleting and recreating the stack, AWS allows for a simpler approach by just rolling back to a stable version, which naturally avoids deletion since rollback handles that part.
Adding an auto-reset feature to the GitHub action for these situations could really simplify the process. Incorporating an option to auto-redeploy with the latest stable template when hitting certain conditions could make the whole process smoother.
Can a solution be implemented so that when this error happens, the stack is deleted and recreated?
The text was updated successfully, but these errors were encountered: