AWS Certified DevOps Engineer – Professional — Question 173

A company updated the AWS CloudFormation template for a critical business application. The stack update process failed due to an error in the updated template, and AWS CloudFormation automatically began the stack rollback process. Later, a DevOps engineer discovered that the application was still unavailable and that the stack was in the UPDATE_ROLLBACK_FAILED state.

Which combination of actions should the DevOps engineer perform so that the stack rollback can complete successfully? (Choose two.)

Answer options

Correct answer: C, D

Explanation

The correct actions are C and D. By issuing a ContinueUpdateRollback command, the engineer can prompt AWS CloudFormation to proceed with the rollback process. Additionally, manually adjusting the resources ensures that they are in the expected state, allowing the rollback to complete. Options A, B, and E do not directly resolve the UPDATE_ROLLBACK_FAILED state.