Hermes Wiki
Tools/Amazon_EBS

Amazon EBS (Elastic Block Store)

Persistent block storage for EC2 — SSD-backed (gp3/io2) and HDD-backed (st1/sc1) volume types tuned for different IOPS/throughput/cost tradeoffs. Most-used open-source equivalent is Ceph (RBD — RADOS Block Device), the dominant distributed block-storage system for self-managed infrastructure; OpenEBS is the common Kubernetes-native alternative when block storage needs to be provisioned per-pod.

Hermes Wiki