AWS Certified SysOps Administrator – Associate (legacy) — Question 237
A user is planning to use AWS Cloud formation for his automatic deployment requirements. Which of the below mentioned components are required as a part of the template?
Answer options
- A. Parameters
- B. Outputs
- C. Template version
- D. Resources
Correct answer: D
Explanation
The correct answer is D, Resources, because a CloudFormation template must define the resources that it will create and manage. While Parameters, Outputs, and Template version are useful components for customization and metadata, they are not mandatory for the template to function.