AWS Certified Security – Specialty (SCS-C02) — Question 194
A security analyst attempted to troubleshoot the monitoring of suspicious security group changes. The analyst was told that there is an Amazon CloudWatch alarm in place for these AWS CloudTrail log events. The analyst tested the monitoring setup by making a configuration change to the security group but did not receive any alerts.
Which of the following troubleshooting steps should the analyst perform?
Answer options
- A. Ensure that CloudTrail and S3 bucket access logging is enabled for the analyst's AWS account.
- B. Verify that a metric filter was created and then mapped to an alarm. Check the alarm notification action.
- C. Check the CloudWatch dashboards to ensure that there is a metric configured with an appropriate dimension for security group changes.
- D. Verify that the analyst's account is mapped to an IAM policy that includes permissions for cloudwatch:GetMetricStatistics and cloudwatch:ListMetrics.
Correct answer: B
Explanation
The correct answer is B because verifying that a metric filter is created and correctly linked to an alarm is essential for receiving alerts on specific events. Options A, C, and D focus on other aspects of the monitoring setup but do not directly address the connection between the metric filter and the alarm that is necessary for alerting on security group changes.