EBS Volume
A. Create a snapshot of an EBS volume B. Verify the snapshot was created C. Move the data to another region D. Create a volume out of it in a different AZ
A.
- Go to EC2 service
- Click on "Volumes" under "Elastic Block Store"
- Right click on the chosen volume -> Create snapshot
- Insert a description and click on "Create Snapshot"
B.
- Click on "Snapshots" under "Elastic Block Store"
- You should see the snapshot you've created
C.
- Select the snapshot and click on Actions -> Copy
- Select a region to where the snapshot will be copied
D.
- Select the snapshot and click on Actions -> Create volume
- Choose a different AZ
- Click on "Create Volume"