All technological notes.
Elastic Block StorageElastic Block StorageEBS (Elastic Block Store) Volume is a network drive you can attach to your instances while they runFree tier:
It’s a network drive (i.e. not a physical drive)
It’s locked to an Availability Zone (AZ)









EBS Snapshot Archive


Fast Snapshot Restore (FSR)










EBS Volumes come in 6 types
gp2 / gp3 (SSD): General purpose SSD volume that balances price and performance for a wide variety of workloadsio1 / io2 (SSD): Highest-performance SSD volume for mission-critical low-latency or high-throughput workloadsst1 (HDD): Low cost HDD volume designed for frequently accessed, throughput-intensive workloadssc1 (HDD): Lowest cost HDD volume designed for less frequently accessed workloads| EBS Volumes are characterized in Size | Throughput | IOPS (I/O Ops Per Sec) |
gp2/gp3 and io1/io2 can be used as boot volumes
1 GiB - 16 TiB
gp3:
Great for databases workloads (sensitive to storage perf and consistency)
io1/io2 (4 GiB - 16 TiB): 快
125 GiB to 16 TiB
Max throughput 500 MiB/s – max IOPS 500
Use case:

When you create an encrypted EBS volume, you get the following:
Encryption and decryption are handled transparently (you have nothing to do)
Encryption has a minimal impact on latency
EBS Encryption leverages keys from KMS (AES-256)
Copying an unencrypted snapshot allows encryption
Snapshots of encrypted volumes are encrypted
encrypt an unencrypted EBS volume


Instance StoreIf you need a high-performance hardware disk, use EC2 Instance Store
Feature
Use Case
i3, high write IOPS