A SysOps administrator is troubleshooting an AWS CloudFormation stack creation that failed. Before the SysOps administrator can identify the problem, the stack and its resources are deleted. For future deployments, the SysOps administrator must preserve any resources that CloudFormation successfully created. What should the SysOps administrator do to meet this requirement?
- ASet the value of the DisableRollback parameter to False during stack creation
- BSet the value of the OnFailure parameter to DO_NOTHING during stack creation (correct answer)
- CSpecify a rollback configuration that has a rollback trigger of DO_NOTHING during stack creation
- DSet the value of the OnFailure parameter to ROLLBACK during stack creation
Reveal answer & explanationHide answer
The correct answer is B. Option B: Set the value of the OnFailure parameter to DO_NOTHING during stack creation.