Suggested Answer:A🗳️
When a stack is in the UPDATE_ROLLBACK_FAILED state, you can continue rolling it back to return it to a working state (to UPDATE_ROLLBACK_COMPLETE). You cannot update a stack that is in the UPDATE_ROLLBACK_FAILED state. However, if you can continue to roll it back, you can return the stack to its original settings and try to update it again. Reference: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-continueupdaterollback.html
A. UPDATE_ROLLBACK_FAILED
Explanation:
In AWS CloudFormation, the UPDATE_ROLLBACK_FAILED stack state indicates that a stack update was attempted, but the rollback process failed. In this state, the stack is unable to proceed with further updates, and any UpdateStack calls will be refused.
B. either rollback status indicate the stack update has failed, UPDATE_ROLLBACK_FAILED indicate that the rollback has failed too, UPDATE_ROLLBACK_COMPLETE indicate that the rollback has been completed.
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
SkyZeroZx
1 year, 11 months agoude
2 years, 9 months agoGreenTick
3 years, 3 months agocldy
3 years, 5 months agoDenis_H
3 years, 6 months ago