Please enable JavaScript.
Coggle requires JavaScript to display documents.
EC2 AMI Types
(EBS Vs Instance Store), EBS Vloumes and Snapshot, EFS -…
-
EBS Vloumes and Snapshot
-
When you erminate the EC2
If not configured root EBS Volume will be deleted
Other EBS volume will not be deleted
What you can modify on the fly
- You can modify the volume Type
(gp2[General Purpose SSD],io1[Provisioned iops SSD],st1[throughput optimized HDD],sc1[cold HDD],Magnetic[standard])
- You can modify the size
How can you move a volume from one AZ to another AZ or region
- Take a Snapshot of a Volume
- Create am Image from the snapshot
- Launch an EC2 using that Image in a different AZ
- You can copy the Image to another region
How to encrypt an unecrypted root Device Volume
Create a snapshot of root Device Volume
Copy the snapshot and encrypt it
Create an Image
Launch the EC2 from that AMI (containing encrypted root EBS volume)
-
-
-
-
-
-