Question 430:
Your company currently has a set of EC2 Instances hosted on the AWS Cloud. There is a requirement to ensure the restart of instances if a CloudWatch metric goes beyond a certain threshold. As a solutions architect, how would you ask the IT admin staff to implement this?
Answer options:
A.Look at the Cloudtrail logs for events and then restart the Instance based on the events. B.Create a CloudWatch metric which looks into the instance threshold, and assign this metric against an alarm to reboot the instance. C.Create a CLI script that restarts the server at certain intervals. D.Use the AWS Config utility on the EC2 Instance to check for metrics and restart the server.