Create two EC2 instances in different AZs. Create an EBS volume and attach it to one of them. Create some files in the volume and then terminate the the EC2 that had the attached volume. Then follow the steps.
Go to Elastic Block Store - Snapshots.
Verify that your snapshot was successfully created at Snapshots. You might want to copy the Snapshot ID to use it on the next step. Once your snapshot is created you can delete the EBS volume.
Create a new volume from the snapshot that you created in the previous step. Make sure your volume is created on the other AZ.
Attach the EBS volume created from the snapshot to the EC2 instance running on the other AZ.
No comments:
Post a Comment