
Ultimate access to all questions.
Deep dive into the quiz with AI chat providers.
We prepare a focused prompt with your quiz and certificate details so each AI can offer a more tailored, in-depth explanation.
A company runs several websites on AWS for its different brands. Each website generates tens of gigabytes of web traffic logs each day. A solutions architect needs to design a scalable solution to give the company's developers the ability to analyze traffic patterns across all the company's websites. This analysis by the developers will occur on demand once a week over the course of several months. The solution must support queries with standard SQL.
Which solution will meet these requirements MOST cost-effectively?
A
Store the logs in Amazon S3. Use Amazon Athena for analysis.
B
Store the logs in Amazon RDS. Use a database client for analysis.
C
Store the logs in Amazon OpenSearch Service. Use OpenSearch Service for analysis.
D
Store the logs in an Amazon EMR cluster. Use a supported open-source framework for SQL-based analysis.
Explanation:
Correct Answer: A
Why Option A is correct:
Why other options are less cost-effective:
Option B (Amazon RDS):
Option C (Amazon OpenSearch Service):
Option D (Amazon EMR cluster):
Key AWS Services Considered:
Cost Optimization Strategy: The solution leverages AWS's serverless and pay-per-use services, eliminating the need for running infrastructure continuously. Data is stored in low-cost S3, and queries are executed only when needed, making this the most cost-effective approach for weekly analysis patterns.