I wish to make my VPCs subnets accessible from the Internet.
More specifically: traffic from the Internet Gateway (igw-f43c4690) to my subnets must be allowed.
For that I created a Route Table and associated it with my subnets.
Question:
I understand the traffic will be redirected from the Internet Gateway (Target) to the IP range (Destination) - right?
Why must I name a more generic ip range here (0.0.0.0/0
in pic above), than mentioned in the local route?
Why can't I name an IP range, the same as in my subnet, here and then associate the route table with my subnet?