So I was researching about Amazon Cloud services and how to backup all my personal infrastructure to the cloud -btw it's really amazing what Amazon has achieved on this field-.
I started looking into S3 storage + Amazon Glacier automatic migration, that would give me high availability for recent files and high durability at low cost per GB for older files.
I followed this steps:
- Create a new bucket with S3
- Create a new vault with Glacier
- Create a new lifecycle rule, to transfer files to Glacier after 365 days and delete them from S3 after 400 days.
Here is my question. There is nowhere to specify on which vault you would like to copy your S3 bucket files into, so I don't exactly know what is going to happen when the rule is activated. Both bucket and vault are on the east-2 (Ohio) server. A new vault will to be created?. It will default to my only created vault?.