Topic 1 Question 462
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?
Set the value of the DisableRollback parameter to False during stack creation
Set the value of the OnFailure parameter to DO_NOTHING during stack creation
Specify a rollback configuration that has a rollback trigger of DO_NOTHING during stack creation
Set the value of the OnFailure parameter to ROLLBACK during stack creation
ユーザの投票
コメント(2)
- 正解だと思う選択肢: B
Option 1: Specify the --disable-rollback option to true Option 2: on-failure DO_NOTHING
👍 3AMEJack2024/08/12 - 正解だと思う選択肢: B
Answer B is correct. You can prevent automatic stack rollback and preserve successfully provisioned resources using the console, or specifying the --disable-rollback or --on-failure DO_NOTHING parameters to the aws cloudformation create-stack, aws cloudformation update-stack, or aws cloudformation execute-change-set commands.
👍 3vaa20202024/08/12
シャッフルモード