Easy1 markMultiple Choice
AWS SAA-C03 · Question 39 · Domain 3.1: Storage Performance
A database running on an Amazon EC2 instance requires a block storage volume that can provide 15,000 IOPS. The workload is consistent, and cost is a consideration, but performance must be guaranteed. Which Amazon EBS volume type is the MOST cost-effective choice that meets the performance requirement?
A database running on an Amazon EC2 instance requires a block storage volume that can provide 15,000 IOPS. The workload is consistent, and cost is a consideration, but performance must be guaranteed. Which Amazon EBS volume type is the MOST cost-effective choice that meets the performance requirement?
Answer options:
A.
General Purpose SSD (gp2)
B.
General Purpose SSD (gp3)
C.
Provisioned IOPS SSD (io2)
D.
Throughput Optimized HDD (st1)
How to approach this question
Check the IOPS requirement (15,000). gp3 supports up to 16,000 IOPS independently of size. io2 is for >16,000 IOPS or extreme durability.
Full Answer
B.General Purpose SSD (gp3)✓ Correct
General Purpose SSD (gp3)
Amazon EBS gp3 volumes are the latest generation of general-purpose SSD volumes. They allow you to provision IOPS and throughput independently of storage capacity. gp3 supports up to 16,000 IOPS, making it the most cost-effective choice for a 15,000 IOPS requirement compared to the more expensive io2.
Common mistakes
Choosing io2 automatically when seeing 'Provisioned IOPS', forgetting that gp3 can handle up to 16,000 IOPS.
Practice the full AWS SAA-C03 Practice Exam 1
65 questions · hints · full answers · grading
More questions from this exam
Q01A company has multiple AWS accounts in an AWS Organizations organization. The security team wants...MediumQ02A solutions architect is designing an application that will run on Amazon EC2 instances. The appl...EasyQ03A company wants to implement a federated identity solution for its employees to access the AWS Ma...MediumQ04A mobile application needs to access Amazon DynamoDB directly to read user-specific data. The app...HardQ05A company is hosting a web application on Amazon EC2 instances. The application connects to an Am...Medium
Expert