Question 393:
A company is running a stateless web application with the following components An Elastic Load Balancer. 4 Web/Application servers on EC2. A MySQL RDS database with 2000 provisioned IOPS. After observing the cloudwatch metrics , it is observed that the CPU of the web servers is reaching around 92% and the CPU of the database server is around 20%. Which of the below 2 options can be used to alleviate the load on the entire infrastructure
Answer options:
A.Create a read replica for the database B.Enable Multi-AZ for the database C.Make use of Autoscaling and launch more Web/Application servers D.Consider increasing the instance type of the Web/Application Servers