What happens, by default, when one of the resources in a CloudFormation stack cannot be
created?
A.
The stack creation continues, and the final results indicate which steps failed.
B.
CloudFormation templates are parsed in advance so stack creation is guaranteed to
succeed.
C.
Previously-created resources are kept but the stack creation terminates.
D.
Previously-created resources are deleted and the stack creation terminates.
D
Correct answer is D
D
D, the key point is that this measure can fully make the stack works or totally cannot be created.
D
D.
If AWS CloudFormation cannot create a resource, it reports a CREATE_FAILED event and, by default, rolls back the stack and deletes any resources that have been created. The Status Reason column displays the issue that caused the failure.
D
D