Medium1 markMultiple Choice
AWS SAA-C03 · Question 40 · Domain 3.1: Storage Performance
A database running on an EC2 instance requires block storage. The workload is highly transactional and requires sustained performance of 64,000 IOPS. Which TWO EBS volume types can meet this requirement? (Select TWO.)
A database running on an EC2 instance requires block storage. The workload is highly transactional and requires sustained performance of 64,000 IOPS. Which TWO EBS volume types can meet this requirement? (Select TWO.)
Answer options:
A.
gp2 (General Purpose SSD)
B.
gp3 (General Purpose SSD)
C.
io2 Block Express
D.
st1 (Throughput Optimized HDD)
E.
io1 (Provisioned IOPS SSD)
How to approach this question
Know the IOPS limits of EBS volume types. >16,000 IOPS requires Provisioned IOPS (io1/io2).
Full Answer
io2 Block Express, io1
General Purpose SSDs (gp2/gp3) have a maximum limit of 16,000 IOPS. For workloads requiring 64,000 IOPS, you must use Provisioned IOPS SSDs like io1 (up to 64k IOPS) or io2 Block Express (up to 256k IOPS).
Common mistakes
Thinking gp3 can scale to 64,000 IOPS.
Practice the full AWS SAA-C03 Practice Exam 5
65 questions · hints · full answers · grading
More questions from this exam
Q01A company needs to grant an external auditor read-only access to specific AWS resources. The audi...EasyQ02An application running on EC2 instances needs to access objects in an S3 bucket. The security tea...MediumQ03A company is designing a VPC for a multi-tier web application. They need to block specific malici...MediumQ04A large enterprise uses AWS Organizations to manage multiple accounts. The security team wants to...HardQ05A company hosts a web application on an Application Load Balancer (ALB). They are experiencing SQ...Medium
Expert