ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 110 - DOP-C01 discussion

Report
Export

Which deployment method, when using AWS Auto Scaling Groups and Auto Scaling Launch Configurations, enables the shortest time to live for individual servers?

A.
Pre-baking AMIs with all code and configuration on deploys.
Answers
A.
Pre-baking AMIs with all code and configuration on deploys.
B.
Using a Dockerfile bootstrap on instance launch.
Answers
B.
Using a Dockerfile bootstrap on instance launch.
C.
Using UserData bootstrapping scripts.
Answers
C.
Using UserData bootstrapping scripts.
D.
Using AWS EC2 Run Commands to dynamically SSH into fleets.
Answers
D.
Using AWS EC2 Run Commands to dynamically SSH into fleets.
Suggested answer: A

Explanation:

Note that the bootstrapping process can be slower if you have a complex application or multiple applications to install. Managing a fleet of applications with several build tools and dependencies can be a challenging task during rollouts. Furthermore, your deployment service should be designed to do faster rollouts to take advantage of Auto Scaling. Prebaking is a process of embedding a significant portion of your application artifacts within your base AMI. During the deployment process you can customize application installations by using EC2 instance artifacts such as instance tags, instance metadata, and Auto Scaling groups.

Reference:

https://d0.awsstatic.com/whitepapers/overview-of-deployment-options-on-aws.pdf

asked 16/09/2024
Mpho Ntshontsi
41 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first