Correct answer - "The order in which resources are created does not need to be specified." :
CloudFormation is declarative, not imperative. You don't have to specify the order in which
resources are created, updated, or deleted. CloudFormation automatically determines the correct
sequence of actions to create your environment.
Incorrect:
"CloudFormation templates are static and do not allow parameters" - Parameters enable you to
input custom values to your template each time you create or update a stack
"CloudFormation templates can only be valid for one region and account" - Templates do not have a
limit
"CloudFormation templates lock the configuration of the created resources" - Templates are
blueprints for building your AWS resources