Question 369:
You are a Devops engineer for your company. The company hosts a web application that is hosted on a single EC2 Instance. The end users are complaining of slow response times for the application. Which of the following can be used to effectively scale the application?
Answer options:
A.Use Autoscaling Groups to launch multiple instances and place them behind an ELB.B.Use Autoscaling launch configurations to launch multiple instances and place them behing an ELB.C.Use Amazon RDS with the Multi-AZ feature. D.Use Cloudformation to deploy the app again with an Amazon RDS with the Multi-AZ feature.