AWS Certified Solutions Architect – Professional — Question 352

In an AWS CloudFormation template, each resource declaration includes:

Answer options

Correct answer: A

Explanation

In an AWS CloudFormation template, each resource block must be declared with a unique logical ID and a specific resource type, followed by its configuration properties. Physical IDs are only assigned by AWS after the resource is actually provisioned, making option A the correct structure.