AWS Certified Security – Specialty (SCS-C02) — Question 81

A company is evaluating its security posture. In the past, the company has observed issues with specific hosts and host header combinations that affected the company's business. The company has configured AWS WAF web ACLs as an initial step to mitigate these issues.

The company must create a log analysis solution for the AWS WAF web ACLs to monitor problematic activity. The company wants to process all the AWS WAF logs in a central location. The company must have the ability to filter out requests based on specific hosts.

A security engineer starts to enable access logging for the AWS WAF web ACLs.

What should the security engineer do next to meet these requirements with the MOST operational efficiency?

Answer options

Correct answer: B

Explanation

The correct answer is B because using Amazon CloudWatch Logs Insights allows for efficient querying and filtering of logs directly within CloudWatch, which is designed for log management. Options A and D involve additional complexity by introducing Amazon Redshift, which is not necessary for this use case. Option C, while viable, adds an extra step of exporting logs to S3, making it less efficient than the direct querying available in CloudWatch Logs Insights.