ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 109 - DVA-C02 discussion

Report
Export

A developer wants to deploy a new version of an AWS Elastic Beanstalk application. During deployment the application must maintain full capacity and avoid service interruption. Additionally, the developer must minimize the cost of additional resources that support the deployment.

Which deployment method should the developer use to meet these requirements?

A.
All at once
Answers
A.
All at once
B.
Rolling with additional batch
Answers
B.
Rolling with additional batch
C.
Bluegreen
Answers
C.
Bluegreen
D.
Immutable
Answers
D.
Immutable
Suggested answer: B

Explanation:

This solution will meet the requirements by using a rolling with additional batch deployment method, which deploys the new version of the application to a separate group of instances and then shifts traffic to those instances in batches. This way, the application maintains full capacity and avoids service interruption during deployment, as well as minimizes the cost of additional resources that support the deployment. Option A is not optimal because it will use an all at once deployment method, which deploys the new version of the application to all instances simultaneously, which may cause service interruption or downtime during deployment. Option C is not optimal because it will use a blue/green deployment method, which deploys the new version of the application to a separate environment and then swaps URLs with the original environment, which may incur more costs for additional resources that support the deployment. Option D is not optimal because it will use an immutable deployment method, which deploys the new version of the application to a fresh group of instances and then redirects traffic to those instances, which may also incur more costs for additional resources that support the deployment.

Reference: AWS Elastic Beanstalk Deployment Policies

asked 16/09/2024
Herr Alexandre Fleider
39 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first