Setting up the VPC Networking

🎯 Setting up the main networking components (VPCs, Subnets, Security Groups & VPC Endpoints) for our EKS cluster, including: EKS VPC & CI/CD VPC.

VPC Networking

👉Variables in environment/dev/.env

✍️ Creates the VPC for EKS Cluster: modules/vpc-advanced/*
✍️ Creates the VPC for CI/CD Pipeline: modules/vpc-private/*
✍️ Creates the Default VPC: modules/vpc/*