Here you configure how traffic flows in and out of the VPC.
In the vpc-ims environment, routing is organized as:
igw-ims attached to vpc-ims.rt-public associated with the two public subnets and routing 0.0.0.0/0 → igw-ims.rt-private associated with the three private subnets and routing 0.0.0.0/0 → nat-ims.nat-ims in a public subnet for outbound Internet from private subnets.igw-ims and attach it to the VPC.rt-public and rt-private and associate them with the right subnets.rt-public sends 0.0.0.0/0 to igw-ims and rt-private sends 0.0.0.0/0 to the nat-ims NAT gateway.