AWS Certified SysOps Administrator – Associate (legacy) — Question 555

A recent AWS CloudFormation stack update has failed and returned the error UPDATE_ROLLBACK_FAILED. A SysOps Administrator is tasked with returning the
CloudFormation stack to its previous working state.
What must be done to accomplish this?

Answer options

Correct answer: A

Explanation

When an AWS CloudFormation stack is stuck in the UPDATE_ROLLBACK_FAILED state, you must first resolve the root cause of the failure (such as out-of-band resource changes or missing permissions) and then use the Continue Update Rollback action to resume the rollback. You cannot perform a regular stack update directly from this state, nor can you manually force-change the stack status via the AWS CLI. Updating an IAM user password is not a standard solution to rollback failures unless a specific access key issue was identified, making option A the correct procedure.