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...

Look up Sierpinski’s triangle. Write a recursive function with turtles to create Sierpinski’s triangle.

Note: Sierpinski’s triangle is very similar to the result of nestedTri. Additionally, trying to turn the turtle to begin with to set the triangle up “correctly” will lead the turtle getting slightly off.

Computer Science & Information Technology

?When you create slides from a(n) _________ of a Word document, PowerPoint inserts them after the current slide. A. outline B. link C. image D. screenshot

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology
Computer Science & Information Technology

The total number of pixels on a monitor is the monitor's _______

Fill in the blank(s) with correct word

Computer Science & Information Technology