CloudGuild · Blog · Cheat sheets · Lessons · Certifications

AWS SAA-C03 Exam Question Walkthrough: Choosing the Right Data Solution

Tackle the AWS SAA-C03 exam with confidence. Understand how to choose the best data solution for cost and performance.

Migrating data to AWS presents unique challenges. Candidates often struggle with selecting the right service that balances cost and performance. This decision can significantly impact both the budget and the efficiency of analytics.

The question

A company is migrating its data warehouse to AWS and needs a solution that minimizes costs while providing the best performance for analytics. They expect to run complex queries on large datasets but want to avoid over-provisioning. Which service should they choose?

Think before you scroll

Consider the company's need for cost efficiency and performance. They require a solution that can handle complex queries without the overhead of provisioning resources.

The answer

The correct option is C. Amazon S3 with Athena. This service allows the company to run SQL queries directly on data stored in S3. It eliminates the need for provisioning a data warehouse, making it a cost-effective choice, especially for infrequently accessed data.

Why the other options lose

The concept behind it

The key principle here is understanding the difference between data warehousing and analytics solutions. Using Amazon S3 with Athena allows businesses to query data without needing to provision any additional resources. This approach is especially beneficial for handling large datasets that are not accessed frequently.

Exam trap to remember

Always prioritize services that minimize costs while meeting performance requirements. The two-question rule applies here: if a scenario involves cost and performance, consider serverless solutions like Athena first.

Take the free SAA-C03 mock exam

Take a free mock exam →