ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 205 - DVA-C02 discussion

Report
Export

A company runs a new application on AWS Elastic Beanstalk. The company needs to deploy updates to the application. The updates must not cause any downtime for application users. The deployment must forward a specified percentage of incoming client traffic to a new application version during an evaluation period.

Which deployment type will meet these requirements?

A.

Rolling

Answers
A.

Rolling

B.

Traffic-splitting

Answers
B.

Traffic-splitting

C.

In-place

Answers
C.

In-place

D.

Immutable

Answers
D.

Immutable

Suggested answer: B

Explanation:

AWS Elastic Beanstalk supports several deployment policies, and in this case, the requirement is to forward a specific percentage of traffic to the new version without causing downtime. The Traffic-splitting deployment policy is the most appropriate choice.

Traffic-splitting Deployment: This deployment method allows you to gradually shift a specified percentage of incoming traffic from the old environment version to the new one. During the evaluation period, if any issues are detected, the traffic can be redirected back to the old version.

No Downtime: This method ensures no downtime since both versions of the application run concurrently, and traffic is split between them.

Alternatives:

Rolling deployments (Option A): These gradually replace instances but may result in partial downtime if some instances fail during deployment.

In-place deployments (Option C): In-place deployments replace instances without creating new ones, which can lead to downtime.

Immutable deployments (Option D): While this ensures no downtime by creating entirely new instances, it doesn't provide traffic splitting during the evaluation phase.

Elastic Beanstalk Deployment Policies

asked 23/10/2024
Minoel Prendi
31 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first