Create Route Table

Create Route Table to route outbound internet through Internet Gateway.

  1. In the VPC interface

    • Select Route Tables
    • Select Create route table

Create VPC

  1. Configure Route table

    • Name, enter Route table-Public
    • VPC, select ASG VPC. VPC id will be automatically filled in.
    • Select Create route table

Create VPC

  1. Finish creating Route table

Create VPC

  1. Execute Edit route

    • Select Actions
    • Select Edit routes

Create VPC

  1. In the Edit routes interface

    • Select Add route
    • Fill in the Destination CIDR : 0.0.0.0/0 representing the Internet.
    • In the Target section select Internet Gateway, then select the Internet Gateway we created. Internet Gateway ID will be automatically filled in.
    • Select Save changes

Create VPC

  1. Complete and recheck Routes

Create VPC

  1. Make sure Route table - Public is selected.

    • Select subnet associations
    • Select Edit subnet associations

Create VPC

  1. In Edit subnet associations step

    • Expand the Subnet ID column by dragging the pane to the right.
    • Select the correct 2 public subnet we have created.

Create VPC

  1. Select Save associations

Create VPC

  1. Complete and recheck Subnet associations

Create VPC