Domain 3 of 4 · Chapter 1 of 5

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

TypeUse caseMax IOPS / volumeMax throughput / volumeDurabilityCost
gp3 (default)Most general-purpose workloads80 000 (provisioned)2 000 MB/s (provisioned)99.8–99.9%$ (cheapest SSD; baseline + provisioned)
gp2 (legacy)Migrate to gp316 000 (size-tied)250 MB/s99.8–99.9%$ (slightly more than gp3)
io2 Block ExpressMission-critical DB > 80,000 IOPS, sub-ms p99256 0004 000 MB/s99.999%$$$$
io2 / io1High IOPS DB64 000 (io2) / 64 000 (io1)1 000 MB/s99.999% (io2) / 99.8% (io1)$$$
st1Big-data sequential, log processing500500 MB/s99.8%$ (HDD)
sc1Rarely-accessed cold block storage250250 MB/s99.8%$ (HDD, lowest)

Cheat sheet

  • Pick storage by how it's accessed: object, file, or block
  • Match the EBS volume type to whatever the workload is bound on
  • EFS performance mode and throughput mode are tuned separately
  • gp3 is the default, and you can migrate gp2 in place to save ~20%
  • For >80,000 IOPS or 99.999% durability, reach for io2 Block Express
  • Instance store is free but vanishes on stop, terminate, or hibernate
  • FSx for Lustre gives you HPC scratch at TB/s-class throughput, linked to S3
  • EFS Bursting banks throughput credits while idle and spends them under load
  • EBS Multi-Attach works only on io1/io2, and only with a cluster-aware filesystem
  • For AD-integrated SMB shares, use FSx for Windows or NetApp ONTAP
  • When the access pattern is unknown or shifting, use S3 Intelligent-Tiering
  • For cold archive that still needs millisecond access, use Glacier Instant Retrieval
  • S3 Transfer Acceleration needs a dot-free, DNS-compliant bucket name

Unlock with Premium — includes all practice exams and the complete study guide.

Also tested in

References

  1. What is Amazon S3
  2. What is Amazon EFS
  3. Amazon FSx for Windows File Server
  4. What is Amazon EBS
  5. Amazon EC2 instance store
  6. Amazon S3 data durability and protection
  7. Amazon FSx for Lustre
  8. Amazon FSx for NetApp ONTAP
  9. Amazon EBS Multi-Attach
  10. General Purpose SSD volumes (gp2 / gp3)
  11. Provisioned IOPS SSD volumes (io1, io2, io2 Block Express)
  12. Throughput Optimized HDD and Cold HDD volumes (st1 / sc1)
  13. Amazon EFS performance
  14. https://aws.amazon.com/ec2/instance-types/i4i/
  15. https://aws.amazon.com/ec2/instance-types/i3en/