Skip to main content
AWS - EBS
EBS -Elastic block storage
- To create block storage volumes.
- Attach to EC2 instance and create file system, run database etc.
- Automatic backup or storage replicated.
- Cannot mount 1EBS volume to multiple EC2 instances, instead use EFS.
EBS volume types
- General purpose SSD (GP2)
- Balances both price and performance.
- Ratio 3IOPS per GB up to 10K IOPS.
- Burst up to 3000 IOPS
- Provisioned IOPS SSD (IO1)
- For I/O intensive application like RDBMS
- Use if application needs above 10K IOPS.
- Can support up to 20K IOPS per volume.
- Magnetic storage (Old school)
- Throughput optimised HDD (ST1)
- Frequently accessed workloads.
- For Big data, Data warehouse, Log processing.
- Can not be boot volume.
- Cold HDD (SC1)
- Lowest of all for infrequently accessed workloads.
- File server
- Can not be boot volume.
- Magnetic storage (Standard)
- Lowest cost per GB of all that is bootable.
- Magnetic volumes ideal for workloads.
Comments
Post a Comment