AWS Certified Solutions Architect – Professional — Question 42

How can you check the operational validity of your AWS CloudFormation template?

Answer options

Correct answer: A

Explanation

The correct answer is A because the only definitive way to check if a CloudFormation template is operationally valid is to create the stack based on it. Option B is incorrect as there are methods to check validity, option C is misleading since a sandbox is not necessary for this validation, and option D, while it provides a way to validate syntax, does not confirm operational validity.