High-Performing and Scalable Storage
Unlock the complete study guide + 1,040 practice questions across 16 full exams.
Bundled into the existing AWS Certified Solutions Architect – Associate premium course — no separate purchase.
Included in this chapter:
- EBS volume types deep dive: IOPS math, throughput scaling, gp3 sizing
- EFS performance modes vs throughput modes — when each matters
- FSx variants: Windows, Lustre, NetApp ONTAP, OpenZFS — when each applies
- Instance store layouts: NVMe vs SSD vs HDD, RAID-0 striping patterns
EBS volume types compared
| Type | Use case | Max IOPS / volume | Max throughput / volume | Durability | Cost |
|---|---|---|---|---|---|
| gp3 (default) | Most general-purpose workloads | 16 000 (provisioned) | 1 000 MB/s (provisioned) | 99.8–99.9% | $ (cheapest SSD; baseline + provisioned) |
| gp2 (legacy) | Migrate to gp3 | 16 000 (size-tied) | 250 MB/s | 99.8–99.9% | $ (slightly more than gp3) |
| io2 Block Express | Mission-critical DB > 80,000 IOPS, sub-ms p99 | 256 000 | 4 000 MB/s | 99.999% | $$$$ |
| io2 / io1 | High IOPS DB | 64 000 (io2) / 64 000 (io1) | 1 000 MB/s | 99.999% (io2) / 99.8% (io1) | $$$ |
| st1 | Big-data sequential, log processing | 500 | 500 MB/s | 99.8% | $ (HDD) |
| sc1 | Rarely-accessed cold block storage | 250 | 250 MB/s | 99.8% | $ (HDD, lowest) |
Cheat sheet
Unlock with Premium — includes all practice exams and the complete study guide.
Also tested in
References
- What is Amazon S3
- What is Amazon EFS
- Amazon FSx for Windows File Server
- What is Amazon EBS
- Amazon EC2 instance store
- Amazon S3 data durability and protection
- Amazon FSx for Lustre
- Amazon FSx for NetApp ONTAP
- Amazon EBS Multi-Attach
- General Purpose SSD volumes (gp2 / gp3)
- Provisioned IOPS SSD volumes (io1, io2, io2 Block Express)
- Throughput Optimized HDD and Cold HDD volumes (st1 / sc1)
- Amazon EFS performance