Question 367:
Your company currently has a set of EC2 Instances running a web application that sits behind an Elastic Load Balancer. You also have an Amazon RDS instance which is accessible from the web application. You have been asked to ensure that this architecture is self-healing in nature. What would fulfill this requirement? (SELECT TWO)
Answer options:
A.Use CloudWatch metrics to check the utilization of the web layer. Use Auto Scaling Group to scale the web instances accordingly based on the CloudWatch metrics. B.Use CloudWatch metrics to check the utilization of the database servers. Use Auto Scaling Group to scale the database instances accordingly based on the CloudWatch metrics. C.Utilize the Read Replica feature for the Amazon RDS layer. D.Utilize the Multi-AZ feature for the Amazon RDS layer.