Aws Ebs
Aws Ebs
Elastic Block Store (EBS) is a block storage service based in the AWS cloud.
EBS stores huge amounts of data in blocks, which work like hard drives
(called volumes). You can use it to store any type of data, including file
systems, transactional data, NoSQL and relational databases, backup
instances, containers, and applications.
After creating an EBS volume, you can attach it to an AWS EC2 instance.
If the EC2 instance stops or is terminated, all the data on the attached EBS
volume remains.
What’san EBS Volume?
This is the default EBS Volume provided; it has a well-balanced mixture over price with
performance. For small I/O operations, SSD solid-state drive is much faster than HDD. The
volume size for this ranges over 1GB -16TB. The performance is measured over Input Output
per Second(IOPS); the EBS volume provides a ratio of 3 IOPS per GB.
This comes as the fastest and most expensive EBS Volume. They are designed for
transactional workloads for intensive applications such as NO SQL Databases. The volume size
for this ranges over 4GB-16TB, and IOPS being to be 100 to 32000 range.
Throughput Optimized HDD(st1)
They are low-cost HDD volumes with defined performance. The main use of these volumes is
over the Hadoop cluster. They are designed for sequential workloads like big data processing,
log processing. The volume size differs from the range of 500GB-16TB. It can’t be a boot
volume, can provision up to 500 IOPS per volume
Cold HDD
They are the most lower-cost HDD volume designed for sequential workloads as file servers.
They are used for colder data requiring fewer scans per day. They can have the same volume
as of Throughput HDD from the range of 500Gb – 16 Tb.
Can provision up to 250 IOPS per volume
SC1 is also backed by hard disk drives HDD and provides the lowest cost per GB of all EBS
volume types.
EBS Encryption
EBS encryption occurs at the servers that host EC2 instances. EBS
encryption offers data security using Amazon managed keys or the keys
that the users create themselves using AWS key management Service
(KMS).
Benefits of AWS EBS
❖ Reliability: To prevent component failures, EBS Volume can automatically respond to its
respective availability Zone.
❖ Secure: There are various access control policies that Amazon provides which can be
used to specify who can access which EBS Volumes.
❖ Flexibility: EBS Volumes can be scaled up and down as required and they support live
configuration changes. Modifications such as volume type, volume size and IOPS
capacity without any service interruptions
❖ Easy Data Backup: Data backup can be easily taken by taking point in time snapshots of
Amazon EBS volumes that are stored redundantly in multiple availability zones. Taking a
snapshot does not depend whether the EBS Volume is connected to any instance or
not.
Properties of Amazon Elastic Block Store
These types of volumes are formerly known as Standard volumes and are a
great fit for ideal workloads like infrequently accessed data like data
backups for recovery, logs storage, and dev & test workloads.
The volume range in size from 1 GB to 1 TB. It supports 100 IOPS on average
with the ability to burst to hundreds of IOPS. This type of volumes suits for
scenarios where the lowest storage cost is important. This type of volumes
cost $0.05 per GB-month of provisioned storage and $0.05 per 1 million I/O
requests.
What are AWS EBS Snapshots?