ExamQuestions.com

Register
Login
AWS Certified Solutions Architect Associate Exam Questions

Amazon

AWS Certified Solutions Architect Associate

114 / 690

Question 114:

Your company currently has a set of non-production EC2 Instances hosted in AWS. To save costs, you want to stop the EC2 instance when the average CPU utilization percentage has been lower than 10 percent for 24 hours, signaling that it is idle and no longer in use. Which step could be helpful to fulfill this requirement?

Answer options:

A.Use CloudWatch Logs to store the state change of the instances.
B.Create Amazon CloudWatch alarms that monitor the CPU utilization metric and stop the instances when the alarms are triggered.
C.Use SQS to monitor the metric and add the record to a DynamoDB table.
D.Use AWS Lambda to monitor the metric and store the state in a DynamoDB table.