A company has an on-premises application that generates a large amount of time-sensitive data that is backed up to Amazon S3. The application has grown and there are user complaints about internet bandwidth limitations. A solutions architect needs to design a long-term solution that allows for both timely backups to Amazon S3 and with minimal impact on internet connectivity for internal users.
Which solution meets these requirements?
A. Establish AWS VPN connections and proxy all traffic through a VPC gateway endpoint.
B. Establish a new AWS Direct Connect connection and direct backup traffic through this new connection.
C. Order daily AWS Snowball devices. Load the data onto the Snowball devices and return the devices to AWS each day.
D. Submit a support ticket through the AWS Management Console. Request the removal of S3 service limits from the account.
B
一家公司有一个本地应用程序,可以生成大量时间敏感型数据,并将其备份到 Amazon S3。该应用程序已经发展壮大,用户开始抱怨互联网带宽限制。解决方案架构师需要设计一个长期解决方案,既能及时备份到 Amazon S3,又对内部用户的互联网连接影响最小。
A. 不正确。建立 AWS VPN 连接并通过 VPC 网关端点代理所有流量。使用 AWS VPN 可以提供安全的连接,但它仍然依赖于互联网带宽来传输数据。对于大量时间敏感的数据,VPN 可能无法提供足够的带宽和速度,以满足及时备份的需求。此外,通过 VPN 代理所有流量可能会增加互联网带宽的负担,而不是减轻它。
B. 正确。建立新的 AWS Direct Connect 连接,并通过此新连接引导备份流量。AWS Direct Connect 提供了一种专用网络连接,允许企业通过专用网络线路(而不是公共互联网)直接连接到 AWS。这可以显著提高数据传输速度和可靠性,同时减少对互联网带宽的依赖。对于大量时间敏感的数据备份,Direct Connect 是一个理想的解决方案,因为它可以提供足够的带宽和速度,以满足及时备份的需求,同时将对内部用户互联网连接的影响降到最低。
C. 不正确。每天订购 AWS Snowball 设备,将数据加载到 Snowball 设备上,并每天将设备返回给 AWS。AWS Snowball 是一种用于大量数据传输的物理设备,适用于没有足够互联网带宽或需要快速传输大量数据的情况。然而,每天订购和使用 Snowball 设备对于长期解决方案来说可能既不经济也不高效。此外,它还需要物理处理和运输设备,增加了操作复杂性和延迟。
D. 不正确。通过 AWS Management Console 提交支持工单,请求删除账户中的 S3 服务限制。这个选项与解决互联网带宽限制问题无关。S3 服务限制通常与存储容量、请求速率等有关,而不是与互联网带宽有关。此外,简单地删除 S3 服务限制并不能解决互联网带宽限制的问题。