AWS Certified DevOps Engineer – Professional — Question 178

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 using Amazon Athena allows for quick analysis of the S3 server access logs without needing to set up a database. Option A involves more effort by requiring database management, while C introduces unnecessary complexity with Lambda functions, and D adds additional services that complicate the solution.