Question 342:
You are a Devops Engineer for your company. The company has a number of Cloudformation templates in AWS. There is a concern from the IT Security department and they want to know who all use the Cloudformation stacks in the company’s AWS account. Which of the following can be done to take care of this security concern?
Answer options:
A.Enable Cloudwatch events for each cloudformation stack to track the resource creation events. B.Enable Cloudtrail logs so that the API calls can be recorded C.Enable Cloudwatch logs for each cloudformation stack to track the resource creation events. D.Connect SQS and Cloudformation so that a message is published for each resource created in the Cloudformation stack.