Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如果 Redshift 集群位于具有 Internet 网关的公共子网中,我是否需要 S3 VPC 终端节点、NAT 网关或 NAT 实例才能将数据从 Redshift 集群卸载到 S3 存储桶?如果您能简要解释一下,我将不胜感激。
当您的集群位于公共子网中时,您不需要任何东西。
因为当 Internet 网关连接到您的子网时。因此您可以访问 S3 存储桶。
S3 端点/Nat 网关
s3 vpc 端点用于从私有子网访问 s3 存储桶。例如,当您在私有子网中启动资源并且想要访问 s3 存储桶时,您不需要 Nat 网关来访问 S3 存储桶。在 AWS 中的端点概念之前,如果您需要访问 s3,它需要 Nat Gateway for Subnet。
Nat Gateway 或 Nat Instance 用于从私有子网访问 Internet。