Will AWS create the volume?
Yes, since the ratio between EBS and IOPS is less than 30
No, since the PIOPS and EBS size ratio is less than 30
No, the EBS size is less than 10 GB
Yes, since PIOPS is higher than 100
Explanations:
The ratio between EBS size and IOPS must be at least 30:1, meaning for 200 IOPS, the minimum size should be 6.67 GB. An 8 GB volume would work, so the ratio is not an issue here.
The ratio of 8 GB to 200 IOPS is 1:25, which is within the allowed range. The size is sufficient for the required IOPS, so this option is incorrect.
While it’s true that PIOPS volumes must be at least 10 GB, the provided size is 8 GB, which makes this option correct.
To create a PIOPS volume, the volume size must be at least 8 GB and the IOPS must be at least 100. The provided volume meets both criteria.