PrepAway - Latest Free Exam Questions & Answers

Which of the following is NOT a best practice for using…

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?

PrepAway - Latest Free Exam Questions & 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.

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.

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).
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/best-practices.html#organizingstacks

2 Comments on “Which of the following is NOT a best practice for using…

  1. Sadeel Anjum says:

    B
    Putting all resources in one stack is a bad idea, since different tiers have different life cycles and frequencies of change.




    3



    0

Leave a Reply

Your email address will not be published. Required fields are marked *