Question 184:
CloudTrail has been enabled in your AWS account, and the CloudTrail logs are saved in a CloudWatch Log group. You want to create a metric filter in the log group that can filter all the EC2 Auto Scaling API calls, including the operations on Auto Scaling groups and Launch Configurations. How would you define the filter pattern in the metric filter?
Answer options:
A.Filter the "eventsource" to be "autoscaling.amazonaws.com". B.Filter the "eventName" to be "autoscaling". C.Filter the "AutoScalingGroupName" to be "*". D.Filter the "eventType" to be "*".