Question 433:
A large finance company is utilizing OpsWorks for a website project. The website has been live for half a year. According to statistics, the average request volume varies throghout the day. The minimum average request volume requires five application server instances.
Answer options:
A.The stack should have five 24/7 instances, which are always on and handle the base load. Add ten schedule instances and modify the number of schedule instances every two hours, Add 2 spot instances to handle traffic spikes. B.The stack should have five On Demand instances, which are used to serve the base load. Add ten schedule instances and modify the number of schedule instances every two hours. Add 2 spot instances to handle traffic spikes. C.The stack should have five 24/7 instances to handle with base load. Add an EC2 autoscaling group to OpsWorks Stack and make sure that the launch configuration is proper. The autoscaling group is able to handle with the load change automatically. No other instances types are required. D.The stack should have five 24/7 instances, which are always on and handle the base load. Add ten time-based instances and modify the number of time-based instances every hour. Add 2 load-based instances to handle traffic spikes.