ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 26 - DOP-C01 discussion

Report
Export

Your team wants to begin practicing continuous delivery using CloudFormation, to enable automated builds and deploys of whole, versioned stacks or stack layers. You have a 3-tier, mission-critical system. Which of the following is NOT a best practice for using CloudFormation in a continuous delivery environment?

A.
Use the AWS CloudFormation ValidateTemplate call before publishing changes to AWS.
Answers
A.
Use the AWS CloudFormation ValidateTemplate call before publishing changes to AWS.
B.
Model your stack in one template, so you can leverage CloudFormation's state management and dependency resolution to propagate all changes.
Answers
B.
Model your stack in one template, so you can leverage CloudFormation's state management and dependency resolution to propagate all changes.
C.
Use CloudFormation to create brand new infrastructure for all stateless resources on each push, and run integration tests on that set of infrastructure.
Answers
C.
Use CloudFormation to create brand new infrastructure for all stateless resources on each push, and run integration tests on that set of infrastructure.
D.
Parametrize the template and use Mappings to ensure your template works in multiple Regions.
Answers
D.
Parametrize the template and use Mappings to ensure your template works in multiple Regions.
Suggested answer: B

Explanation:

Putting all resources in one stack is a bad idea, since different tiers have different life cycles and frequencies of change. For additional guidance about organizing your stacks, you can use two common frameworks: a multi-layered architecture and service-oriented architecture (SOA).

Reference: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/bestpractices.html#organizingstacks

asked 16/09/2024
Hiren Patel
35 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first