Glacier as a Data “Junk Drawer”

I have a laptop with a small SSD filling up. I already have network and local backups, and those drive are filling up, too. Faced with buying a new internal SSD and having quite a bit of credits on AWS to use, I decided to try moving some of this to S3 and Glacier. Glacier is really cheap – but only for long-term archives that will not be accessed much.

I used S3 bucket lifecycle policies to migrate new files to Glacier. One bucket has not expiration (keep forever), and then two more buckets with expirations of one year and three years in the policy. So data moved to those buckets with be “self cleaning” if I don’t intervene before the expiration. I put files there that I want to get off my local HD, but am afraid to delete them just yet.

I created a new user in IAM with privileges only for S3Admin. Most of what I moved to Glacier consists of media – personal photos and videos that I don’t need to have around, but can’t delete them either. I exported the photos from albums to folders with descriptive names and dates so I could retrieve them easily, and then zipped the folders individually. Using Chrome and the AWS console to “drag-and-drop” a smallish batch of zip files at a time (5GB or so) seemed to work best from my relatively slow home connection. I did have trouble with AWS logging me out of the console if I did not use the root account – so keeping the batches small minimized recovery from incomplete uploads.

It took a bit of time and effort, but now have 100GB free on my internal SSD and cleared a lot off of the network drives. I am going to stop there and see how the billing looks after a month or so. I anticipate it costing about 40 cents per month per 100GB plus any data transfer and request fees. That is pretty cheap for this use case. But if I should use closer to a TB or more, then some of the “unlimited” cloud backup services will probably be more cost effective, at the cost of some durability.

Very nice to have my SSD back – and almost for “free”!