What happens, by default, when one of the resources in a CloudFormation stack cannot be created?

What happens, by default, when one of the resources in a CloudFormation stack cannot be
created?

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.



Leave a Reply 8

Your email address will not be published. Required fields are marked *


seenagape

seenagape

Correct answer is D

TEST

TEST

D, the key point is that this measure can fully make the stack works or totally cannot be created.

Simon Liang

Simon Liang

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.