EBS Volume

Notes based on Stéphane Maarek's Udemy course.

EBS Volume

EBS Volume

EBS Volume Types

EBS Volume Types Use Cases

  1. GP2
    • Recommended for most workloads
    • System boot volumes
    • Virtual desktops
    • Low-latency interactive apps
    • Development and test environments
  2. IO1
    • Critical business applications that require sustained IOPS performance, or more than 16,000 IOPS per volume (gp2 limit)
    • Large database workloads, such as: MongoDB, Cassandra, Microsoft SQL Server, MySQL, PostgreSQL, Oracle
  3. ST1
    • Streaming workloads requiring consistent, fast throughput at a low price.
    • Big data, Data warehouses, Log processing
    • Apache Kafka
    • Cannot be a boot volume
  4. SC1
    • Throughput-oriented storage for large volumes of data that is infrequently accessed
    • Scenarios where the lowest storage cost is important
    • Cannot be a boot volume

EBS Volume Types Summary

EBS Volume Resizing

EBS Snapshots

EBS Encryption

EBS vs. Instance Store

EBS Summary

EBS Volume Types - Use cases