nerdexam
Amazon

SOA-C02 · Question #436

A company has a public web application that experiences rapid traffic increases after advertisements appear on local television. The application runs on Amazon EC2 instances that are in an Auto…

The correct answer is A. Create e warm pool. Keep enough instances in the Stopped state to meet the increased demand. A warm pool gives you the ability to decrease latency for your applications that have exceptionally long boot times, for example, because instances need to write massive amounts of data to disk…

Submitted by saadiq_pk· Mar 30, 2026Reliability and Business Continuity

Question

A company has a public web application that experiences rapid traffic increases after advertisements appear on local television. The application runs on Amazon EC2 instances that are in an Auto Scaling group. The Auto Scaling group is not keeping up with the traffic surges after an advertisement runs. The company often needs to scale out to 100 EC2 instances during the traffic surges. The instance startup times are lengthy because of a boot process that creates machine-specific data caches that are unique to each instance. The exact timing of when the advertisements will appear on television is not known. A SysOps administrator must implement a solution so that the application can function properly during the traffic surges. Which solution will meet these requirements?

Options

  • ACreate e warm pool. Keep enough instances in the Stopped state to meet the increased demand.
  • BStart 100 instances. Allow the boot process to finish running. Store this data on the instance store
  • CIncrease the value of the instance warmup time in the scaling policy
  • DUse predictive scaling for the Auto Scaling group.

How the community answered

(46 responses)
  • A
    78% (36)
  • B
    7% (3)
  • C
    13% (6)
  • D
    2% (1)

Explanation

A warm pool gives you the ability to decrease latency for your applications that have exceptionally long boot times, for example, because instances need to write massive amounts of data to disk. https://docs.aws.amazon.com/autoscaling/ec2/userguide/ec2-auto-scaling-warm-pools.html

Topics

#Auto Scaling warm pools#EC2 scaling#traffic surge handling#instance startup time

Community Discussion

No community discussion yet for this question.

Full SOA-C02 Practice