ExamQuestions.com

Register
Login
AWS Certified Developer Associate Exam Questions

Amazon

AWS Certified Developer Associate

14 / 474

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.