AWS Notes - Migrations - AWS Storage Gateway
Summary: A bridge between on-premise data and S3, Mount S3 to on-premise as a storage device.
Use case: Disaster recovery, backup & Restore, Tiered storage
Type :
- (S3) File Gateway : NFS/SMB protocols
- Replicate the local data to Amazon S3
- Support S3/S3-IA/S3 One zone - IA
- Support Object Versioning
- Support Object Lock
- Examples: Extensions(AWS services), Read-only Replicas, Backup and Lifecycle Policies
- Tape Gateway
- Replace the Tape to S3(Glacier/Glacier Deep Archive)
- Volume Gateway : iSCSI protocal
- Up to 32 volumes per Gateway
- Cached Volumes : Frequently accessed S3 Data
- Stored Volumes : low-latency, as a Snapshot
- FXs File Gateway
- Local cache for frequently accessed data
- Used for File shares.
- Windows native compatibility
Reference
- https://docs.aws.amazon.com/storagegateway/index.html
- https://tutorialsdojo.com/aws-storage-gateway/
Comments
Post a Comment