Junior — Middle
Can you list the types of EBS volumes used in AWS?
sobes.tech AI
Answer from AI
In AWS, there are several types of EBS (Elastic Block Store) volumes, each optimized for different tasks:
- General Purpose SSD (gp2, gp3) — versatile SSD volumes for a wide range of applications with a good balance of performance and cost.
- Provisioned IOPS SSD (io1, io2) — SSDs with a guaranteed number of input/output operations per second, suitable for databases and critical applications.
- Throughput Optimized HDD (st1) — HDD volumes optimized for throughput, suitable for large data streams such as analytics.
- Cold HDD (sc1) — the cheapest HDD volumes for rarely accessed data.
Each type is chosen based on performance requirements, cost, and workload characteristics.