AWS Certified Big Data – Specialty — Question 61

A company is building a new application in AWS. The architect needs to design a system to collect application log events. The design should be a repeatable pattern that minimizes data loss if an application instance fails, and keeps a durable copy of a log data for at least 30 days.
What is the simplest architecture that will allow the architect to analyze the logs?

Answer options

Correct answer: B

Explanation

Option B is the best choice because it uses Amazon S3 for durable storage and AWS Lambda to process the logs efficiently, ensuring minimal data loss and meeting the 30-day retention requirement. The other options either rely on less durable storage (like local disk in option C) or do not provide the same level of simplicity and repeatability in the architecture as option B.