Elastic Block Store (Amazon EBS)
Elastic Block Store (Amazon EBS)
1. EBS Introduction
2. Creating Volume
3. Attaching Volume
4. Making partition and accessing it
5. Detach and attach to other instance
6. Creating snapshot
7. Create volume in other subnet using snapshot
8. Attaching to other instance
9. Modifying Volume
10. Migrating volume from one region to other
11. Migrating volume from one account to other
12. Modifying Instance
13. Troubleshoot lost key pair of linux instance
Creating an Amazon EBS Volume
• You can create an Amazon EBS volume that you can then attach to any EC2
instance within the same Availability Zone. You can choose to create an
encrypted EBS volume, but encrypted volumes can only be attached to selected
instance types.
• You can apply tags to EBS volumes at the time of creation. With tagging, you can
simplify tracking of your Amazon EC2 resource inventory. Tagging on creation
can be combined with an IAM policy to enforce tagging on new volumes.
How to create EBS and attach to instance