Please enable JavaScript.
Coggle requires JavaScript to display documents.
Backup Options for AWS (Amazon Glacier (Archives support (Download -…
Backup Options for AWS
-
-
-
Cloud
Cost (pay as you go, i.e)
Complexity
-
No need to architect durability, reliability, and availability - AWS takes care of that
-
-
Issues
-
-
Putting a lot of Trust - durability, reliability and availability claims
Amazon S3 : simple, durable, massively scalable object storage service.
Storage classes
Standard - Infrequent Access : high durability, lower request costs, great option for data that needs to be readily available but not frequently accessed, high performance. :!:Cons: Higher request costs and lower availability
Reduced Redundancy Storage (RRS) : reduces costs by storing data in a less durable manner.
:check: Pros: High availability and low retrieval costs.
:!:Cons : Low durability and data cannot sustain 2 concurrent facility failures unlike the other two classes. Not suitable for essential data.
Standard Storage : high durability, high availability, high performance. Great option for frequent accessed data.:!:Cons: not the cheapest storage
AWS S3 - Versioning
-
-
-
-
-
-
-
-
-
Disabling Versioning
-
Once version-enabled, a bucket cannot go back to being in an unversioned state
Lifecycle Management
We can move objects after certain number of days to certain types of storages. (like Standard, Standard IA, etc.)
Objects must be stored at least 30 days in the current storage class before they can transition to Standard_IA
-
-
-
Amazon Glacier
-
-
-
has Vaults and Archives
-
An archive is an "object" (photo, video, documents, etc.). Each archive contains a unique ID
-
Archives support
-
-
-
-
Archives must be deleted and uploaded again to change them. Archives get new IDs each time they are uploaded.
-
-
The console cannot be used for archive and job operations. These operations must be made using the REST API, CLI, AWS SDKs, or 3rd party tools (like CloudBerry Explorer)
-
-
Amazon S3 is a great option for backups while Amazon Glacier is a great option for archives. :recycle: