AWS Certified SysOps Administrator – Associate — Question 227
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?
Answer options
- A. Create e warm pool. Keep enough instances in the Stopped state to meet the increased demand.
- B. Start 100 instances. Allow the boot process to finish running. Store this data on the instance store volume before stopping the instances.
- C. Increase the value of the instance warmup time in the scaling policy
- D. Use predictive scaling for the Auto Scaling group.
Correct answer: A
Explanation
Creating a warm pool allows the Auto Scaling group to have instances ready to be launched quickly, effectively addressing the rapid traffic increases. Starting 100 instances and storing data is inefficient and doesn't solve the timing issue. Increasing the warmup time may only delay scaling and doesn't address immediate demand, while predictive scaling relies on past data which may not be effective given the unpredictable nature of the advertisements.