Question 132 of 1,546
Deployment, Provisioning, and AutomationhardMultiple ChoiceObjective-mapped

Quick Answer

The answer is the Immutable deployment policy. This is the correct choice because it achieves zero downtime by launching a completely new set of instances in a fresh Auto Scaling group, deploying the new application version to them, and only swapping the environment’s CNAME record after all health checks pass, leaving the old environment fully operational for validation testing. On the AWS Certified SysOps Administrator Associate SOA-C02 exam, this question tests your understanding of deployment policies that prioritize safety over speed—a common trap is confusing Immutable with Rolling with an additional batch, which still briefly serves traffic from old instances. The key distinction is that Immutable creates an entirely separate fleet, allowing you to run tests against the new instances before any production traffic hits them. Memory tip: think “swap, not shift”—the CNAME swap is the final, atomic handoff that guarantees zero downtime.

SOA-C02 Deployment, Provisioning, and Automation Practice Question

This SOA-C02 practice question tests your understanding of deployment, provisioning, and automation. Match the stated requirement to the specific cloud service, access model, or configuration option — many options are valid in isolation but not for this scenario. A key principle to apply: immutable deployment creates a new Auto Scaling group for the new application version.. Once you have made your selection, read the full explanation to reinforce the concept and understand why each distractor is designed to mislead on exam day.

A SysOps administrator needs to deploy a new version of a web application using AWS Elastic Beanstalk. The deployment must achieve zero downtime and allow the administrator to validate the new version by running tests before routing production traffic to it. Which deployment policy should the administrator choose?

Question 1hardmultiple choice
Review the full routing breakdown →

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

Immutable

The Immutable deployment policy (Option C) is correct because it launches a completely new set of instances in a new Auto Scaling group, deploys the new application version to them, and then swaps the environment's CNAME record from the old instances to the new ones only after all health checks pass. This ensures zero downtime and allows the administrator to run validation tests against the new instances before any production traffic is routed to them, as the old environment remains fully operational during the process.

Key principle: Immutable deployment creates a new Auto Scaling group for the new application version.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • Rolling

    Why it's wrong here

    Rolling deployment updates instances in batches but does not provide a separate environment for pre-routing validation.

  • Rolling with additional batch

    Why it's wrong here

    Rolling with additional batch launches extra instances first but still updates the original Auto Scaling group gradually; validation is not isolated from production traffic.

  • Immutable

    Why this is correct

    Immutable deployment creates a completely new Auto Scaling group, allowing validation before the CNAME swap, achieving zero downtime.

    Related concept

    Immutable deployment creates a new Auto Scaling group for the new application version.

  • All at once

    Why it's wrong here

    All at once deployment replaces all instances simultaneously, causing downtime during the update.

Common exam traps

Common exam trap: answer the scenario, not the keyword

The trap here is that candidates often confuse 'Rolling with additional batch' with a zero-downtime solution, but it does not provide an isolated validation environment before traffic is routed, whereas Immutable deployment explicitly does.

Detailed technical explanation

How to think about this question

Under the hood, Elastic Beanstalk's Immutable deployment creates a separate Auto Scaling group with new EC2 instances running the new application version. Once all instances pass the configured health checks (e.g., ELB health checks or custom health check URLs), Elastic Beanstalk updates the environment's CNAME DNS record to point to the new Auto Scaling group's load balancer, and then terminates the old instances. This approach is particularly useful for critical production environments where even a brief period of reduced capacity or mixed versions could cause issues, and it aligns with blue/green deployment patterns.

KKey Concepts to Remember

  • Immutable deployment creates a new Auto Scaling group for the new application version.
  • The old environment continues serving traffic during an immutable deployment.
  • Validation tests can be run on the new environment before traffic is routed.
  • A CNAME swap redirects traffic to the new environment after successful validation.

TExam Day Tips

  • Watch for words such as best, first, most likely and least administrative effort.
  • Review why wrong options are wrong, not only why the correct option is correct.

Key takeaway

Immutable deployment creates a new Auto Scaling group for the new application version.

Real-world example

How this comes up in practice

A cloud solutions architect for a retail company is evaluating services for a new workload. The correct answer here reflects best practice for the specific scenario described — not a general cloud recommendation. Immutable deployment creates a new Auto Scaling group for the new application version. Cloud exam questions reward reading the constraint carefully: the same technology can be right or wrong depending on the use case.

What to study next

Got this wrong? Here's your next step.

Review immutable deployment creates a new Auto Scaling group for the new application version., then practise related SOA-C02 questions on the same topic to reinforce the concept.

Related practice questions

Related SOA-C02 practice-question pages

Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.

Practice this exam

Start a free SOA-C02 practice session

Short sessions build daily habit. Longer sessions build exam-day stamina. Try a timed session to simulate real conditions.

FAQ

Questions learners often ask

What does this SOA-C02 question test?

Deployment, Provisioning, and Automation — This question tests Deployment, Provisioning, and Automation — Immutable deployment creates a new Auto Scaling group for the new application version..

What is the correct answer to this question?

The correct answer is: Immutable — The Immutable deployment policy (Option C) is correct because it launches a completely new set of instances in a new Auto Scaling group, deploys the new application version to them, and then swaps the environment's CNAME record from the old instances to the new ones only after all health checks pass. This ensures zero downtime and allows the administrator to run validation tests against the new instances before any production traffic is routed to them, as the old environment remains fully operational during the process.

What should I do if I get this SOA-C02 question wrong?

Review immutable deployment creates a new Auto Scaling group for the new application version., then practise related SOA-C02 questions on the same topic to reinforce the concept.

What is the key concept behind this question?

Immutable deployment creates a new Auto Scaling group for the new application version.

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 →

How Courseiva writes practice questions · Editorial policy

Keep practising

More SOA-C02 practice questions

Last reviewed: Jun 11, 2026

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.

Loading comments…

Sign in to join the discussion.

This SOA-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 SOA-C02 exam.