Amazon Elastic Block Store Concepts: Difference between revisions
Jump to navigation
Jump to search
(→Volume) |
|||
Line 21: | Line 21: | ||
Amazon Elastic Block Store volumes can be mounted directly into Kubernetes pods as [[Kubernetes_Storage_Concepts#awsElasticBlockStore|awsElasticBlockStore volumes]]. | Amazon Elastic Block Store volumes can be mounted directly into Kubernetes pods as [[Kubernetes_Storage_Concepts#awsElasticBlockStore|awsElasticBlockStore volumes]]. | ||
==Volume Types== | |||
{{External|https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-volume-types.html}} | |||
===gp2=== | |||
General purpose SSD | |||
===io1=== | |||
Provisioned IOPS SSD | |||
===st1=== | |||
Throughput optimized HDD | |||
===sc1=== | |||
Cold HDD | |||
==ESB Volume Operations== | ==ESB Volume Operations== |
Revision as of 23:12, 14 June 2020
Internal
Overview
Amazon EBS provides durable, block-level storage volumes.
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