ExamQuestions.com

Register
Login
AWS Certified DevOps Engineer Professional Exam Questions

Amazon

AWS Certified DevOps Engineer Professional

404 / 500

Question 404:

One of your EC2 instance is reporting an unhealthy system status check. However, this is not something you should have to monitor and repair on your own. How might you automate the repair of the system status check failure in an AWS environment? Choose the correct answer from the options given below

Answer options:

A.Create CloudWatch alarms for StatuscheckFailed_System metrics and select EC2 action-Recover the EC2 instance
B.Write a script that queries the EC2 API for each EC2 instance status check
C.Write a script that periodically shuts down and starts EC2 instances based on certain stats.
D.Implement a third party monitoring tool.