Storage Gateway 考试频率 ⭐⭐⭐⭐

AWS Storage Gateway

AWS Storage Gateway

StorageHybrid CloudMigration
最近整理

让本地应用以文件、块或磁带接口接入 AWS 云存储的混合云服务。

基本信息

字段内容
英文AWS Storage Gateway
全称AWS Storage Gateway
中文释义混合云存储网关
日文释义ハイブリッドストレージゲートウェイ
考试频率⭐⭐⭐⭐
易混淆DataSync / S3 on Outposts / Direct Connect / AWS DRS

一句话理解

让本地应用继续使用熟悉的文件、块或磁带接口,同时把数据接入 AWS 云存储。

三种主要类型

类型本地看到云端主要落点典型场景
S3 File GatewayNFS / SMB 文件共享S3 Object文件备份、归档、NAS 扩展
Volume GatewayiSCSI 块存储卷EBS Snapshot 等本地卷备份与灾难恢复
Tape Gateway虚拟磁带库S3 / 归档层替代物理磁带

S3 File Gateway

本地应用 → NFS/SMB → File Gateway → S3。 本地应用不必改成直接调用 S3 API;常用数据可利用本地 Cache,提高访问速度。

Volume Gateway

  • Cached Volumes:完整数据主要在云中,本地缓存常用数据。
  • Stored Volumes:完整数据主要在本地,异步生成云端备份。 本地故障时,可从快照在 AWS 创建 EBS Volume 并恢复。

Tape Gateway

让现有备份软件继续使用磁带工作流,但底层改为虚拟磁带和 AWS 存储,减少物理磁带采购、运输和保管。

服务边界

  • Storage Gateway:长期混合存储接口。
  • DataSync:高速批量迁移或定期同步大量数据。
  • Direct Connect / VPN:网络道路,不提供文件/卷/磁带语义。
  • S3 on Outposts:对象数据主要留在本地 Outposts。
  • AWS DRS:持续复制并快速恢复整台服务器。

Cloud Practitioner 考点

  • 本地 NFS/SMB 文件进 S3 → File Gateway。
  • 本地 iSCSI 卷与快照 → Volume Gateway。
  • 替代物理磁带 → Tape Gateway。
  • 数据必须留在本地并使用 S3 API → S3 on Outposts。

SAA-C03 考点

  • Cached vs Stored Volumes。
  • 本地 Cache 容量与网络。
  • File / Volume / Tape 选型。
  • Storage Gateway 与 DataSync、Direct Connect、DRS 的组合。
  • 权限、加密、带宽与恢复流程。

常见误区

  • Storage Gateway 不等于网络专线。
  • File Gateway 把文件映射为 S3 对象,但 S3 本身仍不是普通文件系统。
  • Gateway 连接云存储不代表数据必须一直留在本地。
  • Storage Gateway 不负责快速启动整台恢复服务器。

面试高频问题

  1. 三种 Gateway 如何选?
  2. Storage Gateway 与 DataSync 区别是什么?
  3. S3 on Outposts 与 File Gateway 区别是什么?

重点记忆

文件 → S3 File Gateway;磁盘卷 → Volume Gateway;磁带 → Tape Gateway。