Question 67:
As an architect, you have decided to use CloudFormation instead of OpsWorks or Elastic Beanstalk for deploying the applications in your company. There is a requirement to include a custom resource using the AWS CloudFormation. How can you achieve this?
Answer options:
A.Add a custom mapping in your template to specify which custom resource would be used. B.Create a custom resource AWS::CloudFormation::CustomResource in the CloudFormation template. C.Create a Lambda function resource in the CloudFormation template and use the Lambda function to interact with the custom resource. D.Create an SNS topic resource in the CloudFormation template and subscribe to the SNS topic for the custom resource.