SAP-C02 第 198 题
题目
A company is building a hybrid environment that includes servers in an on-premises data center and in the AWS Cloud. The company has deployed Amazon EC2 instances in three VPCs. Each VPC is in a different AWS Region. The company has established an AWS Direct. Connect connection to the data center from the Region that is closest to the data center. The company needs the servers in the on-premises data center to have access to the EC2 instances in all three VPCs. The servers in the on-premises data center also must have access to AWS public services. Which combination of steps will meet these requirements with the LEAST cost? (Choose two.)
中文翻译:
一家公司正在构建一个混合环境,其中包括本地数据中心和 AWS 云中的服务器。该公司已在三个 VPC 中部署了 Amazon EC2 实例。每个 VPC 位于不同的 AWS 区域。该公司已建立 AWS Direct。从距离数据中心最近的区域连接到数据中心。该公司需要本地数据中心的服务器能够访问所有三个 VPC 中的 EC2 实例。本地数据中心的服务器也必须能够访问AWS公共服务。哪种步骤组合能够以最少的成本满足这些要求? (选择两个。)
选项
A. Create a Direct Connect gateway in the Region that is closest to the data center. Attach the Direct Connect connection to the Direct Connect gateway. Use the Direct Connect gateway to connect the VPCs in the other two Regions.
中文翻译:
在距离数据中心最近的区域创建 Direct Connect 网关。将 Direct Connect 连接附加到 Direct Connect 网关。使用专线网关连接另外两个Region的VPC。
B. Set up additional Direct Connect connections from the on-premises data center to the other two Regions.
中文翻译:
设置从本地数据中心到其他两个区域的额外 Direct Connect 连接。
C. Create a private VIF. Establish an AWS Site-to-Site VPN connection over the private VIF to the VPCs in the other two Regions.
中文翻译:
创建私有 VIF。通过私有 VIF 与其他两个区域中的 VPC 建立 AWS Site-to-Site VPN 连接。
D. Create a public VIF. Establish an AWS Site-to-Site VPN connection over the public VIF to the VPCs in the other two Regions.
中文翻译:
创建公共 VIF。通过公共 VIF 与其他两个区域中的 VPC 建立 AWS Site-to-Site VPN 连接。
E. Use VPC peering to establish a connection between the VPCs across the Regions Create a private VIF with the existing Direct Connect connection to connect to the peered VPCs.
中文翻译:
使用 VPC 对等在跨区域的 VPC 之间建立连接 使用现有 Direct Connect 连接创建私有 VIF 以连接到对等 VPC。
答案
AD
解析
正确答案:AD 解析: 本题应选择 AD。 正确选项: A. 在距离数据中心最近的区域创建 Direct Connect 网关。将 Direct Connect 连接附加到 Direct Connect 网关。使用专线网关连接另外两个Region的VPC。 D. 创建公共 VIF。通过公共 VIF 与其他两个区域中的 VPC 建立 AWS Site-to-Site VPN 连接。 选择理由: 该选项最直接地满足题干中的关键约束。做 SA...