Currently, my CFN is in update_rollback_failed state and apparently its a dead end state. To continue, I have to continue the rollback which is not an option.
We pushed a CFN 3 months back and due to some issue we made some changes directly from the console (huge mistake) and now we were trying to sync what we changed in the CFN itself. Due to some issue the deployment failed and it started doing rollback. Luckily, the rollback failed because of some checks on kinesis side.
The CFN available on AWS contains old config which is catastrophic and would definitely lead to some significant downtime.
I have tried continuing the rollback ignoring the resources but it allows to ignore only those resources for which the rollback update failed. How should I get out of this situation?