AWS Certified DevOps Engineer – Professional (DOP-C02) — Question 138

A company uses AWS and has a VPC that contains critical compute infrastructure with predictable traffic patterns. The company has configured VPC flow logs that are published to a log group in Amazon CloudWatch Logs.

The company's DevOps team needs to configure a monitoring solution for the VPC flow logs to identify anomalies in network traffic to the VPC over time. If the monitoring solution detects an anomaly, the company needs the ability to initiate a response to the anomaly.

How should the DevOps team configure the monitoring solution to meet these requirements?

Answer options

Correct answer: B

Explanation

Option B is correct because it utilizes Amazon Kinesis Data Firehose to deliver flow log data to S3, where Amazon Lookout for Metrics can analyze the data for anomalies and trigger an AWS Lambda function that notifies EventBridge. The other options either do not leverage Amazon Lookout for Metrics effectively or do not provide a method for anomaly detection that meets the requirement of automated response to detected anomalies.