EBS: Elastic Block Store Flashcards
(41 cards)
How resilient is Elastic Block Storage?
EBS is Availability Zone resilient. Data is stored in one AZ.
How resilient are Elastic Block Storage snapshots?
EBS snapshots are Region resilient.
How is EBS billed?
There is a GB/month fee. There may also be an additional fee for enhanced performance.
How can you move an EBS volume that is attached to an EC2 instance in AZ-A to an EC2 instance in AZ-B?
You cannot move the EBS volume to AZ-B. However, you can take a snapshot of the EBS volume, which will be stored in S3. Because S3 is a Region service, you can create a new EBS volume in AZ-B based on the snapshot and then attach the new volume to the EC2 instance in AZ-B.
What is the default, general purpose SSD storage provided by EBS?
GP2.
What is the volume size range for GP2 and GP3?
1GB - 16TB.
What is the size of an IO Credit?
16KB. Since an IOP assumes a 16KB size, this is essentially one IOP.
What is the maximum capacity of the EBS IO Credit Bucket for GP2?
5.4M IO Credits.
What is the minimum refill rate of the EBS IO Credit Bucket for GP2?
100 IO Credits per second.
How much does the Baseline Performance add to the EBS IO Credit Bucket refill rate for GP2?
3 IO Credits per second per GB of volume size.
What is the burst rate of the EBS IO Bucket for GP2?
3,000 IOPS
At what size volume does the refill rate begin to exceed the burst rate?
1,000 GB
What happens when the refill rate of the IO Credit Bucket exceeds the burst rate of GP2 on EBS?
The credit system is no longer used. You always achieve the baseline performance up to a maximum of 16,000 IO Credits per second.
Which General Purpose SSD generation uses the Credit Bucket system?
GP2.
What is the minimum IOPS and throughput for GP3?
3,000 IOPS and 125 MB/s.
What is the maximum IOPS and throughput for GP3?
16,000 IOPS and 1,000 MB/s for an additional cost.
When should you use Provisioned IOPS SSD (io1 or io2)?
For consistent low latency.
What is the maximum IOPS per volume for io1 and io2?
64,000 IOPS per volume.
What is the maximum throughput for io1 and io2?
1,000 MB/s.
What is the range of volume sizes for io1 and io2?
4GB-16TB.
What is the maximum IOPS/GB that can be provisioned for io1 compared to io2?
50 IOPS/GB for io1.
500 IOPS/GB for io2.
Using multiple volumes with a single EC2 instance, what is the maxium performance you can achieve using io1 and io2?
260,000 IOPS and 7,500 MB/s for io1.
160,000 IOPS and 4,750 MB/s for io2.
When would you use io1 or io2?
For applications that demand high performance and have latency sensitive workloads.
When would you use HDD-based volumes?
Use st1 for throughput optimized, sequential access applications where low cost is more important than high performance. Use for big data, data warehouses, and log processing.
Use sc1 for throughput optimized application where access is infrequent. This is the lowest cost EBS storage type. Use for data requiring fewer scans per day.