Building a VPC and installing a Network Firewall
Journey: 📊 Community Builder 📊
Subject matter: Building on AWS
Task: Build a VPC using IaC via Terraform and install a Network Firewall!
Following on from the project build where I created a VPC, in this article we provision the VPC again and then build out a Network Firewall.
Within the VPC, there are Public and Private subnets, an Internet Gateway, a security group, custom route tables, and a NAT Gateway.
Using the 6 Pillars of the AWS Well-Architected Framework, Operational Excellence will be achieved by using Terraform to deliver an Infrastructure as Code pipeline.
Continue reading