In this recipe, we're going to build a secure network (VPC) in AWS. This network will consist of two public and private subnets split across two Availability Zones. It will also allow inbound connections to the public subnets for the following:
- SSH (port 22)
- HTTP (port 80)
- HTTPS (port 443)
Building a secure network