CloudGuild · Blog · Cheat sheets · Lessons · Certifications

AWS Certified Solutions Architect - Associate Exam: Low-Latency Database Access

Explore a key AWS exam question on low-latency database access and understand why Amazon Aurora Serverless is the best choice.

You may encounter questions that test your understanding of cost-effective solutions for specific workloads. This one trips many candidates up, especially when considering the trade-offs between various AWS database services.

The question

You are designing a system that requires low-latency access to a database and must support variable workloads. Which AWS service is the most cost-effective option?

Think before you scroll

Before making a choice, consider the requirements: low-latency access and variable workloads. Each option has different cost structures and performance characteristics that affect their suitability.

The answer

The correct option is A. Amazon Aurora Serverless. This service offers an on-demand, auto-scaling configuration that allows for low-latency access while handling variable workloads cost-effectively. It adjusts its capacity based on demand, which helps manage costs efficiently.

Why the other options lose

The concept behind it

Understanding the differences between database services is crucial. Aurora Serverless is specifically built for scenarios where demand fluctuates. It provides the relational capabilities of Amazon Aurora while automatically adjusting resources to optimize costs. Recognizing when to choose a serverless model over provisioned instances can save money and improve performance.

Exam trap to remember

Always weigh the cost against the specific needs of your application. For variable workloads requiring low-latency access, serverless options often provide the best value.

Take the free SAA-C03 mock exam

Take a free mock exam →