Question 676:
An eCommerce website is hosted on two EC2 instances that sit behind an Elastic Load Balancer. The response time of the website has slowed dramatically. The analytics team found that one of the EC2 instances failed, leaving only one instance running. What is the best course of action to prevent this from happening in the future?
Answer options:
A.Change the instance size to the maximum available to compensate for the failure. B.Use CloudWatch to monitor the instances via VPC Flow Logs. C.Configure the ELB to perform health checks on the EC2 instances and implement auto-scaling. D.Replicate the existing configuration in several regions for failover.