EBS Volumes
-
EBS Volumes are used in EC2 instances, lets understand ownership
-
AWS:
- Creating disk storage to the ec2 instances (actual storage)
-
YOU
- Using the disks create logical storage
- OS images generally have filesystems, so no need to format where as the empty disk will not have filesystems if you attach post creation of ec2.
- EBS Volumes can be attached to only one ec2 instance running in same AZ.
- EBS volumes support modifications from
- one type to other (gp2, gp3, provisioned io, hdd)
- increasing sizes
- EBS Volumes exist even after ec2 is deleted
-
AWS:
