This lab walks you through creating a VPC, some subnets, an Internet Gateway, a Route table, and then configuring these services to work together to form an effective VPC. We will be using the AWS CLI to create the VPC.
Duration: 45 minutes
AWS Region: US East (N. Virginia) us-east-1
Log into the AWS Management Console.
Create an IAM Role.
Create a VPC.
Create a Subnet.
Create an Internet gateway.
Attach it to the VPC.
Create a custom Route table.
Edit the route table and add all traffic routes to the internet gateway.