ExamQuestions.com

Register
Login
AWS Certified DevOps Engineer Professional Exam Questions

Amazon

AWS Certified DevOps Engineer Professional

197 / 500

Question 197:

You are the IT administrator for your company. You have the responsibility of creating the development environment for a LAMP stack. The requirement is that the development team always gets the latest version of the LAMP stack each time a new instance is launched. Which of the following is an efficient and effective way to implement this requirement? Choose 2 answers from the options given below.

Answer options:

A.Create an AMI with all the artifacts of the LAMP stack and provide an instance to the development team based on the AMI.
B.Create a CloudFormation template and use the cloud-init directives to download and install the LAMP stack packages.
C.Use the User data section and use a custom script that will be used to download the necessary LAMP stack packages.
D.Create an EBS Volume with the LAMP stack and attach it to an instance whenever it is required.