Question 1,311 of 724
DVA-C02 Deployment Practice Question
A developer is deploying a web application on AWS Elastic Beanstalk. The application needs to run on multiple instances behind a load balancer. Which deployment policy will cause the LEAST downtime?
⚠ Common exam trap
The trap is that candidates often assume immutable deployments cause the least downtime. Immutable deployments provide zero downtime by launching a new set of instances and swapping the CNAME atomically, but they require creating a full new environment and use more resources. Rolling with additional batch also provides zero downtime by adding extra capacity before removing old instances, ensuring full capacity is maintained throughout the deployment. The key distinction is that rolling with additional batch avoids downtime without requiring a full new environment, while all-at-once and rolling deployments can temporarily reduce capacity or cause interruption.
Answer choices
Why each option matters
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
✓
Rolling with additional batch
Rolling with additional batch (C) is the correct deployment policy for minimizing downtime because it first launches a full new batch of instances in addition to the existing ones, then shifts traffic to the new instances before terminating the old ones. This ensures that the full capacity remains available throughout the deployment, unlike other policies that temporarily reduce capacity or require a full replacement.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
All at once
Why it's wrong here
Causes downtime.
- ✗
Rolling
Why it's wrong here
Causes some downtime.
- ✓
Rolling with additional batch
Why this is correct
Zero downtime.
- ✗
Immutable
Why it's wrong here
Causes temporary doubling but no downtime.
About these practice questions
Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →
Last reviewed: Jul 4, 2026
This DVA-C02 practice question is part of Courseiva's free Amazon Web Services certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the DVA-C02 exam.
Question Discussion
Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.
Sign in to join the discussion.