Q42 — AWS DOP-C02 Ch.2

Question 42 of 100 | ← Chapter 2

A company runs an application on Amazon EC2 instances in an Auto Scaling group. When the application starts, it must first process data from an Amazon S3 bucket before it can begin serving requests. The data in the S3 bucket is growing. When the Auto Scaling group adds new instances, the application now takes several minutes to download and process the data before it can serve requests. The company wants to reduce the time new EC2 instances take to become ready to serve requests.

Correct Answer: C. Configure a warm pool for the Auto Scaling group where warm EC2 instances are in a running state. Configure an autoscaling:EC2_INSTANCE_LAUNCHING lifecycle hook on the Auto Scaling group. Modify the application to complete the lifecycle hook when it is ready to serve requests.

Explanation

xmexam.taobao.com