Suggested Answer:A🗳️
ROLLBACK_IN_PROGRESS means an ongoing removal of one or more stacks after a failed stack creation or after an explicitly canceled stack creation. DELETE_IN_PROGRESS means an ongoing removal of one or more stacks. REVIEW_IN_PROGRESS means an ongoing creation of one or more stacks with an expected StackId but without any templates or resources. UPDATE_COMPLETE_CLEANUP_IN_PROGRESS means an ongoing removal of old resources for one or more stacks after a successful stack update. Reference: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-describing-stacks.html
A. ROLLBACK_IN_PROGRESS
Explanation:
In AWS CloudFormation, the ROLLBACK_IN_PROGRESS status indicates that a stack update or stack creation has failed, and CloudFormation is in the process of rolling back the changes. This status is triggered when an error occurs during the execution of a CloudFormation stack operation, and the stack is being reverted to its previous state.
The other options mentioned (B, C, and D) do not represent failure states:
DELETE_IN_PROGRESS: This status indicates that a stack deletion is in progress.
UPDATE_COMPLETE_CLEANUP_IN_PROGRESS: This status indicates that a stack update has completed, and CloudFormation is performing cleanup operations.
REVIEW_IN_PROGRESS: This status indicates that a stack operation is being reviewed and has not yet started.
If you create a change set for a new stack, AWS CloudFormation creates a stack with a unique stack ID, but no template or resources. The stack will be in the REVIEW_IN_PROGRESS state until you execute the change set.
going for A
https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-describing-stacks.html
REVIEW_IN_PROGRESS Ongoing creation of one or more stacks with an expected StackId but without any templates or resource
ROLLBACK_IN_PROGRESS
Ongoing removal of one or more stacks after a failed stack creation or after an explicitly cancelled stack creation
I will go for D.
Other three options all describing one ongoing state of the stack, and will eventually advanced to next state once the action performing is completed or failed.
However, REVIEW_IN_PROGRESS is a failure state that the stack was stock, and only you can do something on it to put it forward another state.
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, 10 months agoSkyZeroZx
1 year, 10 months agoDevgela
3 years, 3 months agocldy
3 years, 4 months agomoon2351
3 years, 6 months agorodolfo2020
3 years, 6 months agoDashL
3 years, 6 months agoCloudFloater
3 years, 6 months agotan9
3 years, 6 months agoIan90
3 years, 1 month ago