EBS Flashcards
What is a baseline consideration for selecting an EC2 instance for use with EBS
Use an EBS optimized instance. hpc6a is, but can only burst up to 30 minutes at least once every 24 hours. These numbers are the same as with hpc6id as well
What are SSD volumes better for
SSD volumes handle small or random I/O much more efficiently than HDD volumes. You can maintain high IOPS while keeping latency down by maintaining a low queue length and a high number of IOPS available to the volume.
What is the relationship between I/O operations and I/O size
When small I/O operations are physically sequential, Amazon EBS attempts to merge them into a single I/O operation up to the maximum I/O size. Similarly, when I/O operations are larger than the maximum I/O size, Amazon EBS attempts to split them into smaller I/O operations