In this, we will learn about EC2 Volume Types.

A robust, block-level storage device that you may attach to your instances is an Amazon EBS volume. You may utilise a volume as if it were a physical hard disc after attaching it to an instance. EBS volumes can be changed at any time. On live production volumes, you may dynamically increase volume size, alter provided IOPS capacity, and change volume type for current-generation volumes attached to current-generation instance types. Amazon EBS volumes

  • is a block-level storage device
  • can attach to a single EC2 instance

EBS volume types, differ in performance characteristics and price, and are briefed below

  • SSD storage is optimized for transactional workloads for high IOPS. 2 SSD volume options
    • EBS Provisioned IOPS SSD (io1) – For latency-sensitive workloads, requiring minimum-guaranteed IOPS. Pay separately for provisioned IOPS
    • EBS General Purpose SSD (gp2) –For general use. Balance between cost and performance.
  • HDD storage for throughput-intensive workloads. 2 types
    • Throughput Optimized HDD (st1) –For frequently accessed, throughput-intensive workloads.
    • Cold HDD (sc1) – For less frequently accessed, throughput-intensive workloads.
 Solid-State Drives (SSD)Hard Disk Drives (HDD)
API Namegp2io1st1sc1
Volume Size1 GiB – 16 TiB4 GiB – 16 TiB500 GiB – 16 TiB500 GiB – 16 TiB
Max. IOPS/Volumes16,00064,000500250
Max. Throughput/Volumes250 MiB/s1,000 MiB/s500 MiB/s250 MiB/s
Max. IOPS/Instance80,00080,00080,00080,000
Max. Throughput/Instance1,750 MiB/s1,750 MiB/s1,750 MiB/s1,750 MiB/s
Dominant Performance AttributeIOPSIOPSMiB/sMiB/s

The default EBS volume type is gp2.

EC2 Volume Types

Check here for more.

Menu