PrepAway - Latest Free Exam Questions & Answers

How should you do this in a way that accommodates each …

The project you are working on currently uses a single AWS CloudFormation template to deploy its AWS infrastructure,
which supports a multi-tier web application. You have been tasked with organizing the AWS CloudFormation resources
so that they can be maintained in the future, and so that different departments such as Networking and Security can
review the architecture before it goes to Production. How should you do this in a way that accommodates each department,
using their existing workflows?

PrepAway - Latest Free Exam Questions & Answers

A.
Organize the AWS CloudFormation template so that related resources are next to each other in the template, such as VPC subnets
and routing rules for Networking and security groups and IAM information for Security.

B.
Separate the AWS CloudFormation template into a nested structure that has individual templates for the resources that are to be
governed by different departments, and use the outputs from the networking and security stacks for the application template that you
control.

C.
Organize the AWS CloudFormation template so that related resources are next to each other in the template for each department’s
use, leverage your existing continuous integration tool to constantly deploy changes from all parties to the Production environment,
and then run tests for validation.

D.
Use a custom application and the AWS SDK to replicate the resources defined in the current AWS CloudFormation template, and use
the existing code review system to allow other departments to approve changes before altering the application for future deployments.

5 Comments on “How should you do this in a way that accommodates each …

  1. Sadeel Anjum says:

    B.
    Explanation :
    It does not make sense to Organize the AWS CloudFormation template so that related resources are next to each other in the template. So A & C can’t be the Options and we don’t need to Replicate resources hence D cant be the answer too.
    B is the best option here.




    2



    0

Leave a Reply

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