
Ultimate access to all questions.
You are working on a project that requires the use of AWS CloudFormation to deploy resources with specific tags. You need to ensure that the CloudFormation stack creates resources with the required tags. Which of the following steps should you take to achieve this?
A
Manually add the required tags to each resource after the CloudFormation stack is created.
B
Use the AWS CLI to update the tags of each resource after the CloudFormation stack is created.
C
Include the required tags in the CloudFormation template and ensure they are applied to the appropriate resources.
D
Create an IAM policy that allows adding tags to resources and attach it to the CloudFormation stack.