Networking Resources

Overview

Now, we will review our resources. Access the VPC interface and view some resources such as our VPC, Public Subnets, Internet Gateway and Security Group.

VPC

  • VPC with CIDR 10.10.0.0/16

ConnectPrivate

2 Public Subnets

  • Public Subnet 1 with CIDR 10.10.1.0/24
  • Public Subnet 2 with CIDR 10.10.2.0/24

ConnectPrivate

Public Route Table

ConnectPrivate

  • Subnet associations

ConnectPrivate

Internet Gateway

  • The internet gateway is attached to the VPC.

ConnectPrivate

Public Security Group

ConnectPrivate

2 Inbound rules:

  • Allow SSH from the local IP address
  • Allow HTTP from the ALB Security Group

ConnectPrivate

ALB Security Group

ConnectPrivate

1 Inbound rule:

  • Allow HTTP request from the internet

ConnectPrivate

Now, let’s move on to see our Compute resources.