在我的AWS研究中,我遇到了这个问题,并且对最初的答案感到困惑,任何有启发的事情都会受到赞赏:
A公司已经配置并监视了两台VPC: VPC-1和VPC-2.VPC-1只包含私有子网,VPC-2只包含公共子网.该公司使用一个AWS直接连接连接和专用虚拟接口连接他们的现场网络与VPC-1。哪两种方法增加了连接到VPC-1的容错能力?选择两个答案
Options:
A. Establish a hardware VPN over the internet between VPC-2 and the on-premises network.
B. Establish a hardware VPN over the internet between VPC-1 and the on-premises network
C. Establish a new AWS Direct Connect connection and private virtual interface in the same region as VPC-2
D. Establish a new AWS Direct Connect connection and private virtual interface in a different AWS region than VPC-1.
E. Establish a new AWS Direct Connect connection and private virtual interface in the same AWS region as VPC-1 正确答案
B. Establish a hardware VPN over the internet between VPC-1 and the on-premises network
E. Establish a new AWS Direct Connect connection and private virtual interface in the same AWS region as VPC-1我的问题是为什么我们不需要在两台VPC之间建立连接?如果可以的话,提供容错会有帮助吗?既然VPC之间已经有了一个窥视,在这种情况下,A和C会帮助在前提和VPC-1之间的联系吗?
非常感谢。
发布于 2019-12-06 04:09:08
答A是错误的,因为VPN/窥视连接中不允许传递性。
如果VPCB有VPN连接到现场,这将不允许VPC A通过相同的连接,仅仅因为它是窥视,不,它不能。
发布于 2019-12-06 10:50:26
默认情况下,DX连接和VPC对等本机不支持传递路由。
让我们理解什么是传递路由。
https://stackoverflow.com/questions/59206674
复制相似问题