CloudGuild · Blog · Cheat sheets · Lessons · Certifications

AWS Certified Solutions Architect - Associate: Analyzing Data in Amazon S3

Explore a question on analyzing data in Amazon S3 for the SAA-C03 exam. Understand the right choice and why others fail.

Deciding on the best AWS service for analyzing data can trip up many candidates. The options may seem similar, but only one service stands out for this specific scenario.

The question

A business wants to analyze large amounts of data stored in Amazon S3 without incurring high costs. They are considering using a service that allows them to run SQL queries directly on their S3 data. Which AWS service should they choose?

Think before you scroll

Consider the requirements: analyzing data in S3 without high costs. Each service has its strengths and weaknesses, and understanding these will guide your choice.

The answer

The correct option is B. Amazon Athena. This service allows users to run SQL queries directly on data stored in Amazon S3. It eliminates the need for complex data loading processes, making it a cost-effective solution for analytics.

Why the other options lose

The concept behind it

When analyzing data stored in Amazon S3, using a service like Amazon Athena is often the best choice. It provides a direct SQL interface for querying data without the need for data transformation or movement. Understanding the service capabilities helps when faced with similar scenarios in the exam.

Exam trap to remember

Remember: If you need to analyze data in S3 without moving it, think Athena. It’s your go-to for cost-effective SQL queries on S3 data.

Take the free SAA-C03 mock exam

Take a free mock exam →