Ok so I am going through A Cloud Guru's course for the solutions architect associate and I am having trouble understanding what IOP burst are. Here are the notes from the course:
EBS Volume Types General Purpose SSD (GP2) General purpose, balances both price and performance. Ratio of 3 IOPS per GB with up to 10,000 IOPS and the ability to burst up to 3000 IOPS for extended periods of time for volumes under 1Gib.
After doing some research I understand IOPS to mean input/output operations. Meaning read and write to disk I assume. What I don't understand about this is, what does it mean to have 3IOPS per Gig. Does that mean for every gig of space on the drive you can read/write 3 times to the disk? That doesn't seem right. The other part I don't understand is what does "the ability to burst" mean? My guess is that means how much can be read/written at once over the course of the read/write operation but I'm just guessing.