🔵

Amazon EC2 – Instance Store

High-performance local storage physically attached to the host running the EC2 instance.
Characteristics:
  • Higher I/O performance than EBS (no network latency).
  • Ephemeral: data is lost if the instance is stopped, terminated, or the host fails.
  • Suitable for temporary data such as buffers, caches, or scratch space.
  • No durability — backups and replication are your responsibility.