Download Latest Version svndeploy.zip (1.8 kB)
Email in envelope

Get an email when there's a new version of Secure VPC Network Generator

Home
Name Modified Size InfoDownloads / Week
svndeploy.zip < 5 hours ago 1.8 kB
generator.py < 5 hours ago 1.4 kB
main.py < 5 hours ago 744 Bytes
README.md < 5 hours ago 701 Bytes
Totals: 4 Items   4.6 kB 0

Secure VPC Network Generator

This tool provides a calculator and generator for AWS VPC Terraform configurations. It allows you to quickly scaffold a secure VPC with multiple subnets.

Features

  • Dynamic CIDR Calculation: Input a generic CIDR (e.g., 10.0.0.0/16) and get valid subnet logic.
  • Terraform Output: Generates a ready-to-deploy main.tf file.

Quick Start

To use this tool, run the generator:

# Generate a VPC with 3 subnets
python lab_runner.py vpc-gen --cidr 10.10.0.0/16 --subnets 3 --output my_vpc.tf

Output

  • File (generated_vpc.tf): A Terraform configuration file containing the aws_vpc resource and aws_subnet resources.
Source: README.md, updated 2026-01-28