AWS Certified Advanced Networking – Specialty (ANS-C01) — Question 9

A company has deployed an AWS Network Firewall firewall into a VPC. A network engineer needs to implement a solution to deliver Network Firewall flow logs to the company’s Amazon OpenSearch Service (Amazon Elasticsearch Service) cluster in the shortest possible time.
Which solution will meet these requirements?

Answer options

Correct answer: B

Explanation

Option B is correct because using Amazon Kinesis Data Firehose allows for real-time delivery of log data to Amazon OpenSearch Service, ensuring the fastest possible transfer. Option A, while feasible, introduces delays due to the reliance on S3 and Lambda, which is not as direct. Option C does not utilize a streaming solution, making it less efficient for real-time logging. Option D uses Kinesis data streams instead of Firehose, which is typically more complex for log delivery.