Amazon Elastic Block Store Concepts: Difference between revisions
Line 6: | Line 6: | ||
Amazon EBS provides persistent, [[Storage_Concepts#Block_Storage|block-level storage volumes]] for use with Amazon EC2 instances in the AWS cloud. Each Amazon EBS volume is automatically replicated within its Availability Zone to protect you from component failure. Amazon EBS volumes offer the consistent and low-latency performance. | Amazon EBS provides persistent, [[Storage_Concepts#Block_Storage|block-level storage volumes]] for use with Amazon EC2 instances in the AWS cloud. Each Amazon EBS volume is automatically replicated within its Availability Zone to protect you from component failure. Amazon EBS volumes offer the consistent and low-latency performance. | ||
EBS is not attached to the instance, the life cycle of storage is separated from the life cycle of the insurance. EBS chops the data into blocks and stores it across a number of physical disks. Volumes can be detached from an EC2 instance and attached to a different instance. A volume can be attached to only one instance. | |||
=EC2 and EBS= | =EC2 and EBS= |
Latest revision as of 18:17, 25 January 2022
Internal
Overview
Amazon EBS provides persistent, block-level storage volumes for use with Amazon EC2 instances in the AWS cloud. Each Amazon EBS volume is automatically replicated within its Availability Zone to protect you from component failure. Amazon EBS volumes offer the consistent and low-latency performance.
EBS is not attached to the instance, the life cycle of storage is separated from the life cycle of the insurance. EBS chops the data into blocks and stores it across a number of physical disks. Volumes can be detached from an EC2 instance and attached to a different instance. A volume can be attached to only one instance.
EC2 and EBS
Block Device
Block Device Mapping
Volume
Each volume has a volume ID.
Amazon Elastic Block Store volumes can be mounted directly into Kubernetes pods as awsElasticBlockStore volumes.
Volume Types
gp2
General purpose SSD
io1
Provisioned IOPS SSD
st1
Throughput optimized HDD
sc1
Cold HDD