Medium1 markMultiple Choice
AWS SAA-C03 · Question 39 · Domain 3.1: Storage Performance
A database running on an EC2 instance requires an EBS volume. The database workload requires 10,000 IOPS. The company wants to provision this performance at the lowest possible cost.<br/><br/>Which EBS volume type should be selected?
A database running on an EC2 instance requires an EBS volume. The database workload requires 10,000 IOPS. The company wants to provision this performance at the lowest possible cost.<br/><br/>Which EBS volume type should be selected?
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
Understand the difference between gp2, gp3, and io2 pricing and performance limits.
Full Answer
B.General Purpose SSD (gp3)✓ Correct
General Purpose SSD (gp3)
Amazon EBS gp3 volumes allow you to provision performance (IOPS and throughput) independent of storage capacity. They support up to 16,000 IOPS. They are up to 20% cheaper per GB than gp2 volumes.
Common mistakes
Choosing io2 automatically when seeing '10,000 IOPS', without realizing gp3 can handle up to 16,000 IOPS at a lower cost.
Practice the full AWS SAA-C03 Practice Exam 6
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 company has two AWS accounts: Account A for development and Account B for production. Developer...MediumQ03A mobile application needs to authenticate users using their social media accounts (Facebook, Goo...EasyQ04A company is running an application on Amazon EC2 instances. The application needs to connect to ...MediumQ05A company has 50 AWS accounts managed by AWS Organizations. The IT team wants to implement a cent...Easy
Expert