我在AWS上有两个VPC,它们被监视,并且与一个路由表相关联,其中包含:
Destination | Target | Status
10.1.0.0/16 | local | Active
0.0.0.0/0 | nat-xxxxx | Active
10.3.0.0/16 | pcx-xxxxx | Active
此路由表与10.1.0.0/16中的子网相关联,该子网的实例的安全组允许出站55554/tcp
在第二个vpc 10.3.0.0/16中,与子网关联的路由表是:
10.3.0.0/16 local
0.0.0.0/0 igw-4790a12e
此VPC将只接受来自10.1.0.0
我有一个复杂的问题:
我已经用EC2实例(IPSec)连接了多个VPC,用于在VPC的跨区域之间路由通信,我有到每个aws区域的VPN连接,而且一切正常。
Traffic from my office to 10.20.*.* go to ->
VPN connection LINE 1 in AWS eu-west-1 ->
vpc_ireland - CIDR 10.20.0.0/16
here I have ipsec instance that route the traffic from 10.60.0.0/16 to vpc_viriginia
Traffic fro
我有亚马逊网络服务clientVPN,它是从亚马逊网络服务控制台手动创建的,它有大约20多个路由表条目。现在,我想要对此进行terraform,这样我们就可以使用terraform添加任何新的路由。 我已经使用terraform导入导入了ClientVPN信息。要导入所有现有路由,我可以一次导入一条路由,对于每个路由导入,我需要在main.tf中添加资源条目,如下所示: Command used to import the route table entry:
$ terraform import aws_ec2_client_vpn_route.example cvpn-endpoint-
由于EC2和弹性豆茎之间的连接,我的弹性豆茎环境无法启动:
Error: Error waiting for Elastic Beanstalk Environment (e-xxxxxxxxxx) to become ready: 2 errors occurred:
* 2021-02-16 11:00:21.529 +0000 UTC (e-xxxxxxxxxx) :
Stack named 'awseb-e-xxxxxxxxxx-stack' aborted operation. Current state: 'CREATE
我们有一个带互联网网关的VPC。我们有3个子网(每个AZ中有一个子网),并且希望对所有三个子网都使用一个路由表。此RT包含一个将0.0.0.0/0路由到igw的规则,但是当我们尝试将多个子网与此RT关联时,堆栈创建在创建路由规则时失败,并提供以下错误消息:
route table rtb-xxxxxxx and network gateway igw-xxxxx belong to different networks.
这很奇怪,因为igw没有连接到子网,而是连接到VPC本身。
要使模板正常工作,我必须做的是只与RT有一个子网关联,然后用另外两个子网更新堆栈。
我尝试添加了两个等待条件,一个