What is the VPC subnet route priority when two targets have the same default 0.0.0.0/0 route as the destination?

0

If a public subnet has an attached route table with the following routes:

DestinationTarget
0.0.0.0/0nat-gateway-id
0.0.0.0/0igw-gateway-id

Which entry will take priority?. Is order considered in such case?

AWS
已提问 4 年前1834 查看次数
1 回答
0
已接受的回答

In a VPC route table, you cannot have two targets with static routes for the same destination network. For example, the subnet route table already has a default route 0.0.0.0/0 pointing to <igw-gateway-id> and if you try to add another default route 0.0.0.0/0 pointing to <nat-gateway-id> in the same route table, will result in the error message: "The route identified by 0.0.0.0/0 already exists."

AWS
已回答 4 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则