AWS DevOps Engineer Professional DOP-C01 – Question377

For AWS CloudFormation, which stack state refuses UpdateStack calls?

A.
<code>UPDATE_ROLLBACK_FAILED</code>
B. <code>UPDATE_ROLLBACK_COMPLETE</code>
C. <code>UPDATE_COMPLETE</code>
D. <code>CREATE_COMPLETE</code>

Correct Answer: A

Explanation:

Explanation:
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…