Multiple Choice
A company uses a complex system that consists of networking, IAM policies, and multiple three-tier applications. Requirements are still being defined for a new system, so the number of AWS components present in the final design is not known. The DevOps Engineer needs to begin defining AWS resources using AWS CloudFormation to automate and version-control the new infrastructure. What is the best practice for using CloudFormation to create new environments?
A) Manually construct the networking layer using Amazon VPC and then define all other resources using CloudFormation.
B) Create a single template to encompass all resources that are required for the system so there is only one template to version-control.
C) Create multiple separate templates for each logical part of the system, use cross-stack references in CloudFormation, and maintain several templates in version control.
D) Create many separate templates for each logical part of the system, and provide the outputs from one to the next using an Amazon EC2 instance running SDK for granular control.
Correct Answer:

Verified
Correct Answer:
Verified
Q276: A company used AWS CloudFormation to deploy
Q277: A new zero-day vulnerability was found in
Q278: A company is setting up a centralized
Q279: A DevOps Engineer is researching the least-expensive
Q280: Which tool will Ansible not use, even
Q282: Your company develops a variety of web
Q283: A social networking service runs a web
Q284: You are designing an enterprise data storage
Q285: A DevOps Engineer needs to deploy a
Q286: A company has a single Developer writing