ExamQuestions.com

Register
Login
AWS Certified DevOps Engineer Professional Exam Questions

Amazon

AWS Certified DevOps Engineer Professional

330 / 500

Question 330:

As part of your deployment process, you are configuring your continuous integration (CI) system to build AMIs. You want to build them in an automated manner that is not time constrained and is also cost-efficient. Which method should you use?

Answer options:

A.Attach an Amazon EBS volume to your CI instance, build the root file system of your image on the volume, and use the CreateImage API call to create an AMI out of this volume.
B.Have the CI system launch a new instance, bootstrap the code and apps onto the instance and create an AMI out of it.
C.Upload all contents of the image to Amazon S3 launch the base instance, download all of the contents from Amazon S3 and create the AMI.
D.Have the CI system launch a new spot instance bootstrap the code and apps onto the instance and create an AMI out of it.