Posts

Showing posts with the label AWS storage Class

AWS storage Class-AWS Blog Info

Image
S3 storage classes are used to assist the concurrent loss of data in one or two facilities. S3 storage classes maintain the integrity of the data using checksums. S3 provides lifecycle management for the automatic migration of objects for cost savings. S3 contains four types of storage classes: S3 Standard S3 Standard IA S3 one zone-infrequent access S3 Glacier S3 Standard Standard storage class stores the data redundantly across multiple devices in multiple facilities. It is designed to sustain the loss of 2 facilities concurrently. Standard is a default storage class if none of the storage class is specified during upload. It provides low latency and high throughput performance. It designed for 99.99% availability and 99.999999999% durability S3 Standard IA IA stands for infrequently accessed. Standard IA storage class is used when data is accessed less frequently but requires rapid access when needed. It has a lower fee than S3, but you will be charged for a retrieval fee. It is des...