Question 448:
An application consists of a fleet of EC2 Instances. These Instances are launched in the Oregon (us-west-2) region which consists of 3 availability zones. This application needs 6 Instances running at all times. As an architect, you need to distribute the instances so that the application could still maintain its capacity if any one of the availability zone goes down. Also, you need to ensure that the cost is kept to a minimum? Which of the following configurations would you consider?
Answer options:
A.6 Instances running in us-west-2a, 6 Instances running in us-west-2b, 6 Instances running in us-west-2c B.3 Instances running in us-west-2a, 3 Instances running in us-west-2c C.6 Instances running in us-west-2a, 3 Instances running in us-west-2b, 3 Instances running in us-west-2c D.3 Instances running in us-west-2a, 3 Instances running in us-west-2b, 3 Instances running in us-west-2c