Amazon Elastic Block Store
This article may rely excessively on sources too closely associated with the subject, potentially preventing the article from being verifiable and neutral. (May 2016) |

Amazon Elastic Block Store (EBS) provides raw block-level storage that can be attached to Amazon EC2 instances. These block devices can then be used like any raw block device. In a typical use case, this would include formatting the device with a filesystem and mounting said filesystem. In addition EBS supports a number of advanced storage features, including snapshotting and cloning. As of June 2014, EBS volumes can be up to 1TB in size. EBS volumes are built on replicated back end storage, so that the failure of a single component will not cause data loss.
The EBS product was introduced to the general public by Amazon in August 2008[1] and as of April 2017 30 GB of free space is included in the free tier of Amazon Web Services. [2]
Amazon EBS provides a range of options for storage performance and cost for workload. These options are divided into two major categories: SSD-backed storage for transactional workloads, such as databases and boot volumes (performance depends primarily on IOPS), and HDD-backed storage for throughput intensive workloads, such as MapReduce and log processing (performance depends primarily on MB/s).
Amazon EBS Volume Types
The following table shows use cases and performance characteristics of current generation EBS volumes:[3]
Solid State Drives (SSD) | Hard Disk Drives (HDD) | |||
---|---|---|---|---|
Volume Type | EBS Provisioned IOPS SSD (io1) | EBS General Purpose SSD (gp2)* | Throughput Optimized HDD (st1) | Cold HDD (sc1) |
Short Description | Highest performance SSD volume designed for latency-sensitive transactional workloads | General Purpose SSD volume that balances price performance for a wide variety of transactional workloads | Low cost HDD volume designed for frequently accessed, throughput intensive workloads | Lowest cost HDD volume designed for less frequently accessed workloads |
Use Cases | I/O-intensive NoSQL and relational databases | Boot volumes, low-latency interactive apps, dev & test | Big data, data warehouses, log processing | Colder data requiring fewer scans per day |
API Name | io1 | gp2 | st1 | sc1 |
Volume Size | 4 GB - 16 TB | 1 GB - 16 TB | 500 GB - 16 TB | 500 GB - 16 TB |
Max IOPS**/Volume | 32,000 | 10,000 | 500 | 250 |
Max Throughput/Volume | 500 MB/s | 160 MB/s | 500 MB/s | 250 MB/s |
Max IOPS/Instance | 80,000 | 80,000 | 80,000 | 80,000 |
Max Throughput/Instance | 1,750 MB/s | 1,750 MB/s | 1,750 MB/s | 1,750 MB/s |
Price | $0.125/GB-month
$0.065/provisioned IOPS |
$0.10/GB-month | $0.045/GB-month | $0.025/GB-month |
Dominant Performance Attribute | IOPS | IOPS | MB/s | MB/s |
Looking for EBS Magnetic? See the Previous Generation Volumes page.
*Default volume type
**io1/gp2 based on 16K I/O size, st1/sc1 based on 1 MB I/O size
References
- ^ "Amazon EBS (Elastic Block Store) - Bring Us Your Data". Amazon Web Services Blog. August 20, 2008. Archived from the original on March 28, 2011. Retrieved May 31, 2013.
{{cite web}}
: Unknown parameter|deadurl=
ignored (|url-status=
suggested) (help) - ^ https://aws.amazon.com/free/?nc1=f_ls
- ^ "Amazon Elastic Block Store (Amazon EBS) – Details – Amazon Web Services (AWS)". Amazon Web Services, Inc. Retrieved 2017-12-31.