Block storage
Harold offers to share what he has learned about block storage.
Harold: Well, this storage option seems easy. There are several new features we can choose from, but the concepts are very similar to the classical disks we use on-premises. They’ve done a good job!
Block storage provides a number of fixed-size sectors that are all consecutive, and they form a disk. You can create multiple disks, then connect them to Amazon EC2 instances, and the operating system will see them as raw drives, and format them with any filesystem they need, and that’s all, you can create files, folders, read, write, append, lock, and delete them…whatever the filesystem offers.
You can use a service called Amazon Elastic Block Store (Amazon EBS). This one connects the volumes to the Amazon EC2 instances over the network.
Berta: Wait, I’m writing all of this down. You’ve said blocks and volumes?