An Auto-Scaling group spans 3 AZs and currently has 4 running EC2 instances. When Auto Scaling needs to terminate an EC2 instance by default, AutoScaling will:

A. Allow at least five minutes for Windows/Linux shutdown scripts to complete, before terminating the instance.
B. Terminate the instance with the least active network connections. If multiple instances meet this criterion,
one will be randomly selected.
C. Send an SNS notification, if configured to do so.
D. Terminate an instance in the AZ which currently has 2 running EC2 instances.
E. Randomly select one of the 3 AZs, and then terminate an instance in that AZ.

Answer:
C. Send an SNS notification, if configured to do so.
D. Terminate an instance in the AZ which currently has 2 running EC2 instances.

Computer Science & Information Technology

You might also like to view...

A button that is separated into two parts is a(n) ________ button

Fill in the blank(s) with correct word

Computer Science & Information Technology

In C++, >> is used as a stream extraction operator and as a right shift operator.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology