ExamQuestions.com

Register
Login
AWS Certified Solutions Architect Associate Exam Questions

Amazon

AWS Certified Solutions Architect Associate

394 / 690

Question 394:

Your company has a set of EC2 Instances hosted on the AWS Cloud. As an architect, you have been told to ensure that if the status of any of the instances is related to failure, then the instances should restart automatically. How can you achieve this in the most efficient way possible?

Answer options:

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