What are the AWS EBS volume types?
General Purpose SSD (gp2 and gp3) volumes offer cost-effective storage that is ideal for a broad range of workloads.
Provisioned IOPS SSD (io1 and io2) volumes provide low latency and are designed to meet the needs of I/O-intensive workloads. They are best for EBS-optimized instances.
Throughput Optimized HDD (st1) volumes provide low-cost magnetic storage that is a good fit for large, sequential workloads.
Cold HDD (sc1) volumes provide low-cost magnetic storage that offers lower throughput than st1. sc1 is a good fit for large, sequential cold-data workloads that require infrequent access to data.
Magnetic
Magnetic (standard) volumes are best suited for workloads where data is accessed infrequently.
Name 4 characteristics of the General Purpose SSD gp2 volume type.
Name 3 characteristics of the General Purpose SSD gp3 volume type.
Name 5 characteristics of the Provisioned IOPS SSD io1 volume type.
Name 5 characteristics of the Provisioned IOPS SSD io2 volume type.
Name 5 characteristics of the Throughput Optimized HDD st1 volume type.
Name 5 characteristics of the Cold HDD sc1 volume type.
Compare SSD and HDD.
SSDs (Solid State Drives) are much faster than HDDs (Hard Disk Drives). They also have lower latency and are more durable. However, they are also more expensive and have less capacity.
HDDs are slower than SSDs, but they have more capacity and are less expensive. They are a good option for applications that do not require high speed or low latency.
Hints on Snapshots and volumes.
EBS vs Instance Store
Explain encryption in volumes.
How to encrypt unencrypted volumes?
Is EBS a global, regional, or Availability Zone (AZ) service within AWS?
Amazon EBS is an AZ service within AWS.
What is the relationship between IOPS, throughput, and IO size?
IOPS stands for Input/Output Operations Per Second and measures the number of read and write operations that a storage device can perform per second.
Throughput measures the amount of data that can be transferred to and from a storage device per second.
IO size refers to the size of each read and write operation.
The relationship between IOPS, throughput, and IO size can be summarized by the following equation: Throughput = IOPS * IO size
This equation means that the throughput of a storage device is equal to the number of read and write operations per second (IOPS) multiplied by the size of each operation (IO size).
For example, a storage device with an IOPS of 10,000 and an IO size of 1 KB will have a throughput of 10 MB/s.
What are GP2 EBS volume I/O credits and what is the maximum IOPS that GP2 EBS volumes can burst to?
GP2 EBS volume I/O credits are a resource that allows GP2 EBS volumes to burst above their baseline performance. GP2 volumes earn I/O credits at a rate of 3 IOPS per GiB per second, and they can use their I/O credits to burst to up to 3,000 IOPS for up to 30 minutes(When full - 54 million credits).
Note: GP2 EBS volumes with a baseline IOPS of 16,000 IOPS (volumes greater than 1 TB) can burst to 16,000 IOPS for up to 30 minutes.
GP2 EBS volume I/O credits are a valuable resource that can be used to improve the performance of GP2 volumes. However, it is important to use them wisely to avoid being throttled back to the baseline IOPS. Great for boots and initial workloads, dev, and test.
How is GP3 different from GP2?
GP3 is a newer generation of general-purpose EBS volumes that offers several advantages over GP2, including:
Overall, GP3 is a better choice for most general-purpose workloads than GP2. It offers higher performance, lower cost, and greater predictability.
What are io2 block express features?
What is the maximum IOPS and throughput that you can achieve when using multiple Provisioned IOPS SSD volumes attached to an EC2 instance?
What are the recommended options to achieve optimal performance when restoring a volume from an EBS snapshot?