Back

Explore Courses Blog Tutorials Interview Questions
0 votes
3 views
in AWS by (12.9k points)

I am trying to create a backup and restore mechanism for my EBS volumes

I could easily create a mechanism for this by using

to take a snapshot of volume

ec2-create-snapshot -d $description $volume

and restore

ec2-create-volume --snapshot $snapid -z $zone

Now as per my understanding, these snapshots are still on EBS. So a better way will be to move the snapshots to S3.

So how can I move the snapshots to s3 bucket?

1 Answer

0 votes
by (18.2k points)

EBS snapshots are themselves stored in S3 so you don't need to move the snapshots at all.

Related questions

0 votes
1 answer

Want to get 50% Hike on your Salary?

Learn how we helped 50,000+ professionals like you !

0 votes
1 answer

Browse Categories

...