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

A video-sharing company stores its videos in Amazon S3. The company has observed a sudden increase in video access requests, but the company does not know which videos are most popular. The company needs to identify the general access pattern for the video files. This pattern includes the number of users who access a certain file on a given day, as well as the number of pull requests for certain files.
How can the company meet these requirements with the LEAST amount of effort?

Answer options

Correct answer: B

Explanation

The correct answer is B because activating S3 server access logging and using Amazon Athena allows for easy analysis of access patterns directly from the logs with minimal setup. Option A requires additional steps to import logs into Aurora, while C and D involve more complex configurations with Lambda and CloudWatch, making them less efficient than using Athena.