Skip to content

AWS EBS

HOA PHAN edited this page May 11, 2023 · 12 revisions

gp2 3 IOPS per GiB - https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/general-purpose.html

gp3 500 IOPS per GiB - https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/general-purpose.html

io2 50:1 - https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/provisioned-iops.html#EBSVolumeTypes_piops

io3 500:1 - https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/provisioned-iops.html#EBSVolumeTypes_piops

gp2 Volumes 5,334 GiB and larger are provisioned with 16,000 IOPS. gp3 Maximum IOPS can be provisioned for volumes 32 GiB or larger (500 IOPS per GiB × 32 GiB = 16,000 IOPS). io1 volume 1,280 GiB in size or greater (50 × 1,280 GiB = 64,000 IOPS) io2 volume 128 GiB in size or greater (500 × 128 GiB = 64,000 IOPS)

A gp3 volume can range in size from 1 GiB to 16 TiB.

eye

Clone this wiki locally