-2

what does a "2" refers in SSD gp2 AWS storage? I am refering to General Purpose(GP) Solid State Disk(SSD) in AWS,but why a "2" in gp2.I understand EC2 stands for Elastic Cloud Compute, but in GP2 there are no two P's.

Amit Raj
  • 93
  • 1
  • 4

1 Answers1

1

It's just a name. Don't get too hung-up on it.

Yes, while the numbers in EC2 and S3 are due to duplicated letters (Elastic Compute Cloud, Simple Storage Service), the EBS volume types are generational names, like the EC2 instance types (eg t1, m4, c5).

The EBS volumes types are:

  • General Purpose SSD (gp2)
  • Provisioned IOPS SSD (io1)
  • Throughput Optimized HDD (st1)
  • Cold HDD (sc1)
  • Magnetic (standard)
John Rotenstein
  • 241,921
  • 22
  • 380
  • 470