Elastic Block Storage (EBS) Flashcards
For io1 volumes what is the ratio of provisioned IOPS to requested volume in size (in Gib)?
The maximum ratio of provisioned IOPS to requested volume size (in GiB) is 50:1 for io1 volumes.
- For a 100 GiB volume size, max IOPS possible is 100*50 = 5000 IOPS.
- For a 200 GiB volume size, max IOPS possible is 200*50 = 10000 IOPS.
For io2 volumes what is the ratio of provisioned IOPS to requested volume in size (in Gib)?
The maximum ratio of provisioned IOPS to requested volume size (in GiB) is 500:1 for io2 volumes.
- For a 100 GiB io2 volume can be provisioned with up to 50,000 IOPS.
For gp2 volumes what is minimum volume size to hit the max IOPS?
A 5.3. TiB volume will hit the maximum of 16,000 IOPS
Can you can attach an EBS volume to a EC2 instance in a different Availability Zone?
No, you can attach an EBS volume to any EC2 instance in the same Availability Zone.
Does EBS support in-transit encryption?
Yes, EBS supports in-transit and at-rest encrytion.