What to do when getting "Only the resources failed during UpdateRollback are allowed to be skipped" Cloudformation error?

0

My stack is in the "UPDATE_ROLLBACK_FAILED" state.

I have two resources with errors:

  • A secret with the "UPDATE_ROLLBACK_FAILED" state, and
  • A Lambda function with the "UPDATE_FAILED" state.

When I try to run continue-update-rollback and select to skip the function, I get the "Only the resources failed during UpdateRollback are allowed to be skipped" error.

When I try to run continue-update-rollback and select to skip the secret, I get the "Only the resources in UPDATE_FAILED state are allowed to be skipped" error.

I don't want to delete the stack since there are production-critical resources running in it. What else can I do?

No Answers

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions