Understanding EBS Volume Types in AWS

Overview

Amazon Elastic Block Store (EBS) offers six different volume types, categorized into Solid State Drive (SSD) volumes and Hard Disk Drive (HDD) volumes. Each type is optimized for specific workloads, balancing cost, performance, throughput, and latency.

Categories of EBS Volumes

  1. General Purpose SSD: Balanced price and performance
  2. Provisioned IOPS SSD: High-performance for latency-sensitive workloads
  3. HDD (Magnetic Storage): Optimized for throughput-intensive workloads

General Purpose SSD: gp2 vs. gp3

These volumes are designed for everyday workloads such as system boot volumes, virtual desktops, and test environments.

🔹 gp2 (Legacy General Purpose SSD)

🔹 gp3 (Newer General Purpose SSD)