What do you want "local" to achieve? Send traffic to localhost interface on origin machine? Or maybe to 0.0.0.0 interface?
little-cartoon-10569
12/21/2021, 7:39 PM
I think in both these cases, you might have to resort to your hosts file. Route tables apply to all machines in a subnet, so they don't really support the concept of "here" (yet?).
little-cartoon-10569
12/21/2021, 8:09 PM
Ah, I forgot about the default route, called "local". That's probably what you mean? I think you can't add one of those, or edit or delete it. It's just there, and it's the default for everything that other rules don't catch.
Every route table contains a local route for communication within the VPC. This route is added by default to all route tables. If your VPC has more than one IPv4 CIDR block, your route tables contain a local route for each IPv4 CIDR block. If you've associated an IPv6 CIDR block with your VPC, your route tables contain a local route for the IPv6 CIDR block. You cannot modify or delete these routes in a subnet route table or in the main route table.
No matter how you like to participate in developer communities, Pulumi wants to meet you there. If you want to meet other Pulumi users to share use-cases and best practices, contribute code or documentation, see us at an event, or just tell a story about something cool you did with Pulumi, you are part of our community.