aws - route table
Routes
Each route in a table specifies a destination and a target. For example, to enable your subnet to access the internet through an internet gateway, add the following route to your subnet route table.
The destination for the route is 0.0.0.0/0
, which represents all IPv4 addresses. The target is the internet gateway that's attached to your VPC.