back to the index
Storing and retrieving from Amazon Glacier
Your archive in the sky
Here you go! This is your machine’s little angel spirit in heaven.
We’re using a product from Amazon Web Services (AWS) that they call
“Glacier”. It is very inexpensive bulk file storage. It can take
massive files. Freeze them. And deliver them back on request.
Files stored wih Glacier are not immediately available online. Amazon will take
them into off-line storage, like tape backups. When you ask for them,
they bring them online for a short time in order for you to
retrieve them. This keeps the cost down.
Setting-up with Amazon
- You need an account with Amazon.
If you have shopped with Amazon, you probably have one.
Here is the link to sign up with Amazon.
- You want to
create MFA
for your root account. However, be sure to store the security token
in your KeePass database. If you are using your phone,
you are using a “Virtual MFA device”.
- You will create an
IAM user
with all access priviliges to Amazon Glacier.
Amazon is pretty insistent about not using your root credentials to
access and use AWS.
- You will create an access key. Ensure that you have this key stored
in your KeePass database.
- Find the Glacier product and
set-up a vault.
Amazon Glacier has extensive instructions in in its
getting started guide.
On your side
Install something for working with glacier. Your choice:
Here are some items you will need to know:
- AWS Account ID
- AWS Access Key ID:
- AWS Secret Access Key:
- Region name:
- Output format [None]: json
- How to set up a vault