easymultiple choiceObjective-mapped

A team runs a stateless web app on Amazon EC2 behind an Application Load Balancer. During traffic spikes, new EC2 instances take several minutes to finish bootstrapping before they can receive traffic. Which Auto Scaling configuration most directly reduces the time until additional capacity is available?

Question 1easymultiple choice
Full question →

A team runs a stateless web app on Amazon EC2 behind an Application Load Balancer. During traffic spikes, new EC2 instances take several minutes to finish bootstrapping before they can receive traffic. Which Auto Scaling configuration most directly reduces the time until additional capacity is available?

Answer choices

Why each option matters

Good practice is not just finding the correct option. The wrong answers often show the exact trap the exam wants you to fall into.

A

Distractor review

Increase the ALB target group deregistration delay.

Deregistration delay affects how long old instances stay in service during scale-in, not how quickly new instances become available.

B

Best answer

Use an Auto Scaling warm pool so pre-initialized instances are ready to enter service.

Warm pools keep instances pre-launched and initialized, which reduces the time needed to add capacity during spikes.

C

Distractor review

Reduce the Auto Scaling group minimum size to one instance.

Lowering minimum capacity can reduce cost, but it does not make additional instances available faster during demand spikes.

D

Distractor review

Replace the Application Load Balancer with a Network Load Balancer.

A Network Load Balancer does not solve instance bootstrapping time and is not the main lever for faster scale-out readiness.

Common exam trap

Common exam trap: answer the scenario, not the keyword

Many certification questions include familiar terms but test a specific constraint. Read the exact wording before choosing an answer that is generally true but wrong for this case.

Technical deep dive

How to think about this question

This question should be treated as a scenario, not a definition check. Identify the problem, the constraint and the best action. Then compare each option against those facts.

KKey Concepts to Remember

  • Read the scenario before looking for a memorised answer.
  • Find the constraint that changes the correct option.
  • Eliminate answers that are true in general but not in this case.
  • Use explanations to understand the rule behind the answer.

TExam Day Tips

  • Underline the problem statement mentally.
  • 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.

Related practice questions

Related SAA-C03 practice-question pages

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

More questions from this exam

Keep practising from the same exam bank, or move into a focused topic page if this question exposed a weak area.

FAQ

Questions learners often ask

What does this SAA-C03 question test?

Read the scenario before looking for a memorised answer.

What is the correct answer to this question?

The correct answer is: Use an Auto Scaling warm pool so pre-initialized instances are ready to enter service. — An Auto Scaling warm pool is designed to keep instances pre-initialized so they can move into service more quickly when demand increases. This is especially useful when application startup or bootstrap time is several minutes. The load balancer can only send traffic to instances once they are healthy, so reducing the time spent launching and initializing new instances directly improves responsiveness during spikes. Unlike deregistration delay or minimum size changes, warm pools address the actual readiness bottleneck. Why others are wrong: A affects scale-in behavior, not how fast new instances are prepared. C changes baseline capacity and cost, but it does not accelerate instance readiness. D does not solve the root problem because the bottleneck is application initialization, not load balancer type.

What should I do if I get this SAA-C03 question wrong?

Then try more questions from the same exam bank and focus on understanding why the wrong options are tempting.

Discussion

Loading comments…

Sign in to join the discussion.