What problem does it solve? Manually provisioning a production-grade AWS VPC across multiple Availability Zones involves dozens of interdependent resources and error-prone CIDR planning. This Skill automates the entire workflow so the network foundation is consistent, tagged, and validated every time. ## Core Features & Use Cases - Full VPC provisioning: Creates the VPC with DNS support, internet gateway, public and private subnets across 2-6 AZs with automatic CIDR calculation. - High-availability networking: Deploys a NAT gateway per AZ, configures public and private route tables, and enables VPC Flow Logs to CloudWatch with a 90-day retention policy. - Tiered security groups: Builds web, application, database, and optional SSH security groups with controlled CIDR-based ingress and warnings for 0.0.0.0/0 rules. - Use Case: A platform engineer needs a staging environment network in eu-west-1. They provide a VPC name, region, environment tag, and allowed web CIDRs, and receive a validated multi-AZ VPC with a full infrastructure summary and cost estimates. ## Quick Start Create a production VPC named myapp-vpc in us-east-1 across 3 availability zones for the production environment, allowing web access from 203.0.113.0/24.