Multiple Choice
You need to deploy an AWS stack in a repeatable manner across multiple environments. You have selected CloudFormation as the right tool to accomplish this, but have found that there is a resource type you need to create and model, but is unsupported by CloudFormation. How should you overcome this challenge?
A) Use a CloudFormation Custom Resource Template by selecting an API call to proxy for create, update, and delete actions. CloudFormation will use the AWS SDK, CLI, or API method of your choosing as the state transition function for the resource type you are modeling.
B) Submit a ticket to the AWS Forums. AWS extends CloudFormation Resource Types by releasing tooling to the AWS Labs organization on GitHub. Their response time is usually 1 day, and they complete requests within a week or two.
C) Instead of depending on CloudFormation, use Chef, Puppet, or Ansible to author Heat templates, which are declarative stack resource definitions that operate over the OpenStack hypervisor and cloud environment.
D) Create a CloudFormation Custom Resource Type by implementing create, update, and delete functionality, either by subscribing a Custom Resource Provider to an SNS topic, or by implementing the logic in AWS Lambda.
Correct Answer:

Verified
Correct Answer:
Verified
Q447: After conducting a disaster recovery exercise, an
Q448: Am Amazon EC2 instance with no internet
Q449: A company has a website in an
Q450: A DevOps Engineer manages a large commercial
Q451: If Ansible encounters a resource that does
Q453: A company wants to use Amazon ECS
Q454: A DevOps Engineer just joined a new
Q455: A devops team uses AWS CloudFormation to
Q456: A DevOps Engineer is tasked with migrating
Q457: An application is being deployed with two