AWS Certified Data Analytics – Specialty — Question 59

A data engineering team within a shared workspace company wants to build a centralized logging system for all weblogs generated by the space reservation system. The company has a fleet of Amazon EC2 instances that process requests for shared space reservations on its website. The data engineering team wants to ingest all weblogs into a service that will provide a near-real-time search engine. The team does not want to manage the maintenance and operation of the logging system.
Which solution allows the data engineering team to efficiently set up the web logging system within AWS?

Answer options

Correct answer: B

Explanation

Option B is correct because it utilizes Amazon Kinesis Data Firehose, which is designed for loading streaming data into services like Amazon OpenSearch Service, providing a near-real-time logging solution without the need for manual management. Options A and C incorrectly mention Amazon Kinesis data stream, which requires more management and is less suited for this use case. Option D incorrectly uses Amazon DynamoDB, which is not optimized for storing and searching weblogs compared to Amazon OpenSearch Service.