- Step 1: Project Architecture using Draw.io
Using the AWS image directories on Draw.io, we were able to generate an architectural design that guides us on how to deploy our virtual machine on the AWS platform.

- Step 2: Deployment of the VPC
- Log in to the AWS Management Console as a root user.
- Search for VPC.
- Go to the VPC dashboard, and click on “Your VPC” to create a new VPC.
- Click on “VPC only.”
- Fill in the name tag and select IPv4 CIDR manual input (pod3vpc)
- Fill in the IPv4 CIDR number (192.168.0.0/16)
- Select “No IPv6 CIDR block.”
- Leave Tenancy at Default
- Click on “Create VPC.”
- VPC successfully created.

- Step 3: Creation of Internet Gateway
- Under the VPC dashboard, click on “Internet gateways.”