CloudGuild · Blog · Cheat sheets · Lessons · Certifications

AWS Certified Solutions Architect - Associate Exam Question Walkthrough

Explore a common AWS exam question about EBS volume types and learn how to choose the right one for high IOPS.

Choosing the right EBS volume type can trip up many candidates. Understanding the specific needs of your application is crucial for success.

The question

A transactional database on EBS requires consistently high IOPS with low latency. Which EBS volume type is designed for this?

Think before you scroll

Consider the performance characteristics of each EBS volume type. Focus on IOPS and latency requirements specific to transactional databases. High IOPS with low latency is non-negotiable for such applications.

The answer

The correct option is C. Provisioned IOPS SSD (io1/io2). This volume type is engineered to deliver consistent high IOPS and low latency, making it ideal for I/O-intensive transactional databases.

Why the other options lose

The concept behind it

Understanding EBS volume types is critical for performance tuning in AWS. Provisioned IOPS SSD volumes are specifically designed for applications that require consistent and predictable I/O performance. When your application demands high IOPS and low latency, always prioritize SSD options.

Exam trap to remember

For transactional databases, remember: High IOPS + Low Latency = Provisioned IOPS SSD (io1/io2).

Take the free SAA-C03 mock exam

Take a free mock exam →