Comments on: DIY Cloud Backup using Amazon EC2 and EBS https://nicj.net/diy-cloud-backup-using-amazon-ec2-and-ebs/ Home to Nic Jansma, a software developer at Akamai building high-performance websites, apps and open-source tools. Wed, 18 Jun 2014 02:26:05 +0000 hourly 1 https://wordpress.org/?v=5.5.3 By: Nic https://nicj.net/diy-cloud-backup-using-amazon-ec2-and-ebs/comment-page-1/#comment-1212602 Wed, 18 Jun 2014 02:26:05 +0000 http://nicj.net/?p=1183#comment-1212602 Now that Amazon provides automatic EBS encryption (http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSEncryption.html), I’ve updated the recommended steps a bit:

You’ll need at least a m3.medium instance to use EBS encryption (t1.micro doesn’t have the Intel AES-NI instruction set).

Since you’re now using m3.medium, you should use an updated ABI, such as ami-383a5008. ami-383a5008 is also HVM (vs paravirt), so you get more security isolation.

As a cost update, with Amazon’s current prices:
* EBS volume:
** $0.05 per GB-month of provisioned storage: My 30GB volume = $1.50/mo
** $0.05 per 1 million I/O requests: My volume had 14k I/Os, so $0.01/mo
* EC2 instance (m3.medium)
** $0.070 per m3.medium instance-hour (or partial hour): Took <2hrs to back up: $0.14

So my monthly cost was cut approximately in half from August 2012, due to (magnetic) EBS volume prices being cut in half. So 2014 costs are around $1.65/mo, again, mostly due to the 30GB EBS volume size.

]]>
By: Nic https://nicj.net/diy-cloud-backup-using-amazon-ec2-and-ebs/comment-page-1/#comment-9019 Tue, 07 Aug 2012 14:28:51 +0000 http://nicj.net/?p=1183#comment-9019 @Steve

Here’s a quick breakdown of costs for my setup. I use the US West (Oregon) region, and have a 30GB EBS volume that I back up to once a month:

* EBS volume:
** $0.10 per GB-month of provisioned storage: My 30GB volume = $3.00/mo
** $0.10 per 1 million I/O requests: My volume had 14k I/Os, so $0.01/mo
* EC2 instance (t1.micro)
** $0.020 per Micro Instance (t1.micro) instance-hour (or partial hour): Took <2hrs to back up: $0.04

So my monthly cost is around $3.05, mostly due to the 30GB EBS volume.

A 1TB volume would be $100/mo with these costs. Not bad considering the size.

]]>
By: Steve https://nicj.net/diy-cloud-backup-using-amazon-ec2-and-ebs/comment-page-1/#comment-8530 Wed, 01 Aug 2012 14:43:39 +0000 http://nicj.net/?p=1183#comment-8530 This is pretty awesome – could you add a post on what all this costs? I’m lazy and just want to rsync my whole 1TB disk to EC2 but I have no idea what that would cost me, both on an upfront and yearly basis. Their pricing structure is pretty confusing.

]]>