
Answer-first summary for fast verification
Answer: 'Dependencies' section of the template
Templates include several major sections. The Resources section is the only required section. Sample CloudFormation YAML template: YAML The following example shows a YAML-formatted template fragment. AWSTemplateFormatVersion:"version date' Description: String Metadata: template metadata Parameters: set of parameters Mappings: set of mappings Conditions: set of conditions Transform: set of transforms Resources: set of resources Outputs: set of outputs
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
As part of your responsibilities as an AWS Certified Developer Associate, you are tasked with ensuring the accuracy of CloudFormation templates used for provisioning and managing AWS resources. Recently, the Technical Lead of your team reviewed a CloudFormation YAML template created by a new team member. During this review, the Technical Lead pointed out that an invalid section was included in the template.
Which of the following options indicates an invalid section in a CloudFormation template?
A
'Dependencies' section of the template
B
'Conditions' section of the template
C
'Resources' section of the template
D
'Parameters' section of the template