Understand the concepts of EC2 Volume Types below.

SOA-C01 exam is updated to AWS Certified SysOps Administrator – Associate (SOA-C02).

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

EBS volume types:

They 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/Volume16,00064,000500250
Max. Throughput/Volume250 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

 

Menu