Question 977 of 1,746
Continuous Improvement for Existing SolutionseasyMultiple SelectObjective-mapped

Quick Answer

The answer is to use a pre-warmed AMI in a launch template and configure scheduled scaling. A pre-warmed AMI reduces instance startup time by having the application and dependencies already loaded, while scheduled scaling proactively adds capacity before anticipated traffic spikes, directly addressing the need to improve auto scaling responsiveness. On the AWS Certified Solutions Architect Professional SAP-C02 exam, this scenario tests your understanding of reducing latency in scaling events versus reactive measures; a common trap is selecting options like decreasing the health check grace period, which can cause premature instance termination, or increasing the cooldown period, which delays scaling. Remember the memory tip: “Pre-warm and pre-schedule to prevent the spike from getting critical.”

SAP-C02 Continuous Improvement for Existing Solutions Practice Question

This SAP-C02 practice question tests your understanding of continuous improvement for existing solutions. Read the scenario carefully and evaluate each option against the stated constraints before committing to an answer. After answering, compare your reasoning against the explanation and wrong-answer breakdown below. 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 company runs a stateless web application on EC2 instances in an Auto Scaling group. The application occasionally receives traffic spikes that cause the Auto Scaling group to launch new instances. However, the new instances take several minutes to become healthy, causing a temporary performance degradation. Which TWO actions would improve the scaling responsiveness? (Select TWO.)

Question 1easymulti select
Full question →

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

Use a launch template with a pre-provisioned AMI that includes the application and dependencies.

Option B is correct because using a launch template with a pre-warmed Amazon Machine Image (AMI) reduces instance startup time. Option D is correct because scheduled scaling can add capacity before expected spikes. Option A is wrong because decreasing the health check grace period may cause instances to be terminated prematurely. Option C is wrong because increasing cooldown period delays scaling. Option E is wrong because reducing the health check interval does not speed up instance initialization.

Key principle: NAT direction and interface roles matter as much as the IP address mapping. Inside/outside designation controls which traffic is translated.

Answer analysis

Option-by-option breakdown

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

  • Increase the Auto Scaling group cooldown period.

    Why it's wrong here

    Longer cooldown delays scaling activities.

  • Reduce the target group health check interval to 5 seconds.

    Why it's wrong here

    Frequent health checks do not speed up instance startup.

  • Decrease the health check grace period to 30 seconds.

    Why it's wrong here

    Shorter grace period may cause healthy instances to be terminated.

  • Use a launch template with a pre-provisioned AMI that includes the application and dependencies.

    Why this is correct

    Pre-warmed AMI reduces launch time.

    Related concept

    Static NAT maps one inside address to one outside address.

  • Configure a scheduled scaling policy to add instances before expected traffic spikes.

    Why this is correct

    Scheduled scaling proactively adds capacity.

    Related concept

    Static NAT maps one inside address to one outside address.

Common exam traps

Common exam trap: NAT rules depend on direction and matching traffic

NAT is not only about the public address. The inside/outside interface roles and the ACL or rule that matches traffic are just as important.

Detailed technical explanation

How to think about this question

NAT questions usually test address translation, overload/PAT behaviour, static mappings and whether the right traffic is being translated. Read the interface direction and address terms carefully.

KKey Concepts to Remember

  • Static NAT maps one inside address to one outside address.
  • PAT allows many inside hosts to share one public address using ports.
  • Inside local and inside global describe the private and translated addresses.
  • NAT ACLs identify traffic for translation, not always security filtering.

TExam Day Tips

  • Identify inside and outside interfaces first.
  • Check whether the scenario needs static NAT, dynamic NAT or PAT.
  • Do not confuse NAT matching ACLs with normal packet-filtering intent.

Key takeaway

NAT direction and interface roles matter as much as the IP address mapping. Inside/outside designation controls which traffic is translated.

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. NAT direction and interface roles matter as much as the IP address mapping. Inside/outside designation controls which traffic is translated. 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 the four NAT address types (inside local, inside global, outside local, outside global), PAT port overload, and static vs dynamic NAT use cases. Then practise related SAP-C02 NAT questions on configuration and troubleshooting.

Related practice questions

Related SAP-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 SAP-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 SAP-C02 question test?

Continuous Improvement for Existing Solutions — This question tests Continuous Improvement for Existing Solutions — Static NAT maps one inside address to one outside address..

What is the correct answer to this question?

The correct answer is: Use a launch template with a pre-provisioned AMI that includes the application and dependencies. — Option B is correct because using a launch template with a pre-warmed Amazon Machine Image (AMI) reduces instance startup time. Option D is correct because scheduled scaling can add capacity before expected spikes. Option A is wrong because decreasing the health check grace period may cause instances to be terminated prematurely. Option C is wrong because increasing cooldown period delays scaling. Option E is wrong because reducing the health check interval does not speed up instance initialization.

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

Review the four NAT address types (inside local, inside global, outside local, outside global), PAT port overload, and static vs dynamic NAT use cases. Then practise related SAP-C02 NAT questions on configuration and troubleshooting.

What is the key concept behind this question?

Static NAT maps one inside address to one outside address.

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

Same concept, more angles

1 more ways this is tested on SAP-C02

These questions test the same concept from different angles. Work through them to make sure you can recognise it however the exam phrases it.

Variation 1. A company runs a stateless web application on EC2 instances in an Auto Scaling group. The application is deployed across multiple Availability Zones. The team notices that during a recent traffic spike, some instances were terminated and replaced, causing a temporary drop in performance. How can the team improve the resilience of the application?

medium
  • A.Purchase Reserved Instances to ensure capacity.
  • B.Use lifecycle hooks to wait for instance termination.
  • C.Increase the instance size to handle more traffic.
  • D.Configure a warm pool for the Auto Scaling group.

Why D: Option B is correct because using a warm pool allows instances to be pre-initialized and ready to serve traffic quickly when scaling out. Option A is wrong because increasing instance size does not address the replacement delay. Option C is wrong because purchasing Reserved Instances does not affect scaling speed. Option D is wrong because lifecycle hooks can delay termination but do not speed up new instance readiness.

Keep practising

More SAP-C02 practice questions

Last reviewed: Jun 20, 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 SAP-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 SAP-C02 exam.