- Do you have lot of historical data to manage for future audits?
- Do you have lot of user transactions data/purchase order history to manage?
- Do you have lot of system logs to manage for future reference?
- Are you a medical agency where you have lot of medical records history to manage?
If you are searching for cost effective way to manage this kind of huge archived data, Amazon Web services has AWS Glacier to manage your data. Amazon Glacier is secure, durable and low cost. The data stored in Glacier is encrypted and the data is redundantly stored across the multiple facilities.
Through AWS console, you can create the Vault, nothing but your archive holder. Under each vault you can keep 40 TB of data and under each AWS account we can maintain 1000 vaults. If you have AWS S3 and if you want to push S3 data to Glacier, you can create S3 life cycle rules to integrate S3 and Glacier.
From the AWS console you can not upload the data to Glacier. To upload the data you need to use AWS api’s/3rd party glacier integration provider tools. When you want to retrieve the data from Glacier, submit the retrieval job, then your data will be available in 3-4 hrs of time.
For more information, go through this.
Nice article, It was practical.