ExamQuestions.com

Register
Login
AWS Certified DevOps Engineer Professional Exam Questions

Amazon

AWS Certified DevOps Engineer Professional

259 / 500

Question 259:

You are Devops Engineer for a large organization. The company wants to start using Cloudformation templates to start building their resources in AWS. You are getting requirements for the templates from various departments, such as the networking, security, application etc. What is the best way to architect these Cloudformation templates.

Answer options:

A.Use a single Cloudformation template, since this would reduce the maintenance overhead on the templates itself.
B.Create separate logical templates, for example, a separate template for networking, security, application etc. Then nest the relevant templates.
C.Consider using Elastic beanstalk to create your environments since Cloudformation is not built for such customization.
D.Consider using Opsworks to create your environments since Cloudformation is not built for such customization.