Server Backup Strategy for Amazon EC2

amazon ec2amazon-ebsbackupredundancysnapshot

Where and how should I backup my EC2 / EBS based snapshots OUTSIDE of EC2?

EC2 provides a great product with their EBS based snapshots. However it is also a high risk point that someone could obtain our credentials and delete all the snapshots. How can we backup our backups external to EC2?

EDIT: Linux box, usually with an Ubuntu distro

Best Answer

Unfortunately you cannot backup the EBS volume outside AWS as-is, so you have to go for traditional backup strategies for that depending on what you are hosting on the EC2 instance. For example, if you are running mysql you have to mysqldump it and upload the result file on another server outside AWS.