Question 125:
To serve Web traffic for a popular product, your chief financial officer and the IT director have purchased 10 large Reserved Instances (RIs), evenly spread across two availability zones. Route 53 is used to deliver the traffic to an Elastic Load Balancer (ELB). After several months, the product grows even more popular, and you need additional capacity. As a result, your company purchases two c5.2xlarge RI. You register the two c5.2xlarge instances with your ELB and quickly find while all the instances are at 100% of their capacity, the c5.2xlarge instances have a significant capacity that is unused. Which of the following is the most cost-effective solution that uses EC2 capacity most effectively?
Answer options:
A.Use a separate ELB for each instance type and distribute the load to ELBs with Route53 Weighted Routing. B.Configure AutoScaling group and Launch Configuration with ELB to add up to 10 more on-demand large instances when triggered by Cloudwatch shut off c5.2xiarge instances. C.Route traffic to EC2 large and c5.2xlarge instances directly. Using Route 53 latency based routing and health checks shut off ELB.D.Configure ELB with two c5.2xlarge Instances and use the on-demand AutoScaling group for up to two additional c5.2xlarge instances.