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

2 Public Subnets
- Public Subnet 1 with CIDR 10.10.1.0/24
- Public Subnet 2 with CIDR 10.10.2.0/24

Public Route Table


Internet Gateway
- The internet gateway is attached to the VPC.

Public Security Group

2 Inbound rules:
- Allow SSH from the local IP address
- Allow HTTP from the ALB Security Group

ALB Security Group

1 Inbound rule:
- Allow HTTP request from the internet

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