In this lab, you will create a highly available VPC. Then, you will configure the route table, create a security group, and enable logging to S3.
Learning Objectives
Successfully complete this lab by achieving the following learning objectives:
- Create a Highly Available VPC
Create a highly available VPC named LabVPC using a
10.20.0.0/16
CIDR range. Create two public and two private subnets within the VPC.Note: Be sure to select the VPC only option when creating the VPC.
- Configure a Route Table within Your VPC Named PubRT
Configure a route table within your VPC named
PubRT
that contains the necessary routes for public connectivity.- Create the PublicSG and PrivateSG Security Groups
Create the following security groups:
PublicSG
andPrivateSG
. ThePublicSG
group should allow HTTPS traffic from anywhere, whilePrivateSG
should allow traffic only fromPublicSG
.- Enable Logging of All IP Traffic to a Created S3 Bucket
Create a flow log for the VPC and enable logging of all IP traffic to an S3 bucket that has been created for you.