amazon web services - Moving EC2 Snapshots to S3 bucket -


i have careated backup ebs volumes . have 5 snapshot in ebs . more safety want move snapshots s3 bucket.

how move move snapshots ebs s3 bucket. ?

from documentation about ebs snapshots, you'll notice:

you can data on ebs volumes amazon s3 taking point-in-time snapshots. snapshots incremental backups, means blocks on device have changed after recent snapshot saved.

[...]

if access piece of data hasn't been loaded yet, volume downloads requested data amazon s3, , continues loading rest of volume's data in background.

so, snapshots automatically stored in s3, can't access them storage bucket key.


Comments