In an AWS CloudFormation template, each resource declaration includes:
In an AWS CloudFormation template, each resource declaration includes:
In AWS CloudFormation, each resource declaration includes three essential components: a logical ID that uniquely identifies the resource within the template, a resource type that specifies the type of resource being created (e.g., an Amazon S3 bucket, an EC2 instance), and resource properties that define the configuration settings and attributes for the resource. This structure allows for precise control and management of AWS resources through templates.
Is this really for the profession exam. Questions seem a bit too easy.
A, https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/resources-section-structure.html. Such question will not be shown in the real exam. I guess it is just the practise questions here.
A. a logical ID, a resource type, and resource properties
A. a logical ID, a resource type, and resource properties