Question 154:
Your DevOps team has maintained a large number of EC2 instances in several AWS accounts. There are some instances that were launched for testing purposes and are no longer used. To save cost, you need to work out an approach to quickly identify the EC2 instances that have a low utilization rate, such as daily CPU utilization is 10% or less for several days. Which method is the best that you should choose?
Answer options:
A.In CloudWatch Metrics, for each instance, create an alarm and trigger an SNS notification when CPU utilization is below 10%. B.Create a Lambda function that checks the CPU utilization for each instance and triggers an SNS notification if the average CPU utilization rate is low. C.In CloudWatch Logs, configure a Filter to check the usage rate of EC2 instances. Create an alarm if the utilization is low. D.In Trusted Advisor, check the status of Low Utilization Amazon EC2 Instances which is part of Cost Optimization Checks.