Create Internet Gateway & Route Table

Create Private Subnet

  1. Click Internet Gateways.

VPC

  1. Configure Internet Gateways.
  • In the Name tag, enter AuditDemo-IGW.
  • Click Create internet gateway.

Confirm successful creation of Internet Gateway VPC

  1. Confirm successful creation of Internet Gateway

Connect to VPC
4. Attach Internet Gateway to VPC

  • Click Actions
  • Select Attach to AuditDemo-VPC
  • Select VPC ASG from the list (VPC ID will be filled automatically)
  • Click Attach internet gateway VPC

VPC

Create Route Tables

Create Route Table in Amazon VPC

  1. Go to the VPC interface
  • Select Route Tables from the left menu
  • Click Create route table VPC
  1. Configure Route Table
  • Name: AuditDemo-RT.
  • VPC: AuditDemo-VPC.
  • Click Create route table VPC
  1. In the Route Table
  • Click Edit Routes → Add route
  • Destination: 0.0.0.0/0.
  • Target: Internet Gateway -> igw-(AuditDemo-IGW)
  • Click Save routes VPC

VPC