I have a running instance in EC2. Its "Root Device Type" is Instance-store (not EBS).
And I'd like to back it up manually into S3.
Is it possible?
Thank you!
I have a running instance in EC2. Its "Root Device Type" is Instance-store (not EBS).
And I'd like to back it up manually into S3.
Is it possible?
Thank you!
On
There are many solutions available for backing up ephemeral storage a.k.a instance store. I have used Duplicity before for this purpose.
See:
Automated Backup and Restore using Duplicity and AWS S3
Duplicity + S3: easy, cheap, encrypted, automated full-disk backups for your servers
You could use the
ddcommand and stream the output to s3From within the instance:
substitute the
/dev/xvdawith the file system you want to back up