Posts

Showing posts with the label S3

AWS Storage Services

Storage Gateway Hybrid cloud storage Caches frequently used data for low latency access from on-premises Supports NFS, SMS, iSCSI, iSCSI-VTL  HIPAA and PCI-DSS compatible Use cases Backup and Archiving Disaster recovery Transfer data for cloud workflows Tiered storage Types File - Store in S3 (Object storage) using SMB and NFS protocols. Backing up at object level. Supports POSIX style file metadata on objects. Max file size of 5TB - same as S3. S3 Classes supported - Standard, Standard IA and One Zone IA. Uses multi-part uploads to speed up upload process. Objects managed through the gateway should not be modified outside the gateway. Volume - Uses block storage with iSCSI and stores in S3 as well.  Integrates with AWS Backup S3 Bucket is managed by gateway and we don't have control. Data cannot be accessed through the S3 API unlike File gateway. Supports upto 32 volumes. Cache mode - Primary data is in S3 with a local cache. 32TB per volume and max of 1 PB. Stored mode - Sto...