Question 200:
You are working as an AWS DevOps admins for your company. You are in charge of building a nested infrastructure for the company`s development teams using CloudFormation. The template will include building the VPC and networking components installing a LAMP stack and securing the created resources. As per the AWS best practices, what is the best way to design this template?
Answer options:
A.Create a single cloudformation template to create all the resources since it would be easier from the maintenance perspective. B.Create multiple cloudformation templates based on the number of VPC’s in the environment. C.Create multiple cloudformation templates based on the number of development groups in the environment. D.Create multiple cloudformation templates for each set of logical resources, one for networking, the other for LAMP stack creation.