Question 14:
A company has a Cloudformation template that is used to create a huge list of resources. It creates a VPC, subnets, EC2 Instances, Autoscaling Groups, Load Balancers etc. Which of the following should be considered when designing such Cloudformation templates?
Answer options:
A.Ensure to create one entire stack from the template. B.Look towards breaking the templates into smaller manageable templates. C.Package the templates together and use the cloudformation deploy command. D.Package the templates together and use the cloudformation package command.