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.
Launch an EC2 Instance
SSH into EC2 Instance
Create a VPC using AWS CLI.
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.
Associate the Subnet to your Route table
View the new VPC