Easy1 markMultiple Choice
AWS SAA-C03 · Question 39 · Domain 3.1: Storage Performance
A database running on Amazon EC2 requires an Amazon EBS volume that can provide 64,000 IOPS and consistent sub-millisecond latency. <br/><br/>Which EBS volume type should the solutions architect choose?
A database running on Amazon EC2 requires an Amazon EBS volume that can provide 64,000 IOPS and consistent sub-millisecond latency. <br/><br/>Which EBS volume type should the solutions architect choose?
Answer options:
A.
General Purpose SSD (gp3)
B.
Provisioned IOPS SSD (io2 Block Express)
C.
Throughput Optimized HDD (st1)
D.
Cold HDD (sc1)
How to approach this question
Memorize the IOPS limits of EBS volumes. >16,000 IOPS requires Provisioned IOPS (io1/io2).
Full Answer
B.Provisioned IOPS SSD (io2 Block Express)✓ Correct
Provisioned IOPS SSD (io2 Block Express)
io2 Block Express volumes are designed to provide sub-millisecond latency and support up to 256,000 IOPS. General Purpose (gp3) volumes only support up to 16,000 IOPS.
Common mistakes
Choosing gp3, forgetting its 16,000 IOPS limit.
Practice the full AWS SAA-C03 Practice Exam 4
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...MediumQ02An application running on Amazon EC2 instances needs to access an Amazon DynamoDB table. Both res...EasyQ03A company is designing a web application that will be hosted on AWS. The application will use an ...MediumQ04A company is building a mobile app that requires users to authenticate using their social media a...HardQ05A solutions architect is designing a VPC for a three-tier web application. The database tier must...Medium
Expert