What problem does it solve? Cloud network misconfigurations — overlapping CIDRs, databases in public subnets, runaway NAT and inter-AZ costs — are expensive to fix after deployment. This Skill provides proven patterns and checklists for designing VPC architectures correctly the first time. ## Core Features & Use Cases - VPC and Subnet Topology: Three-tier subnet layouts (public, private, data) spread across availability zones with right-sized CIDR allocation. - Routing and Security: Route table design, NAT gateway egress, security group vs NACL guidance, and group-reference-based policies that track topology instead of IP addresses. - Connectivity and Cost Control: Decision guidance for VPC peering vs transit gateways vs PrivateLink, private endpoints for managed services, and mitigation of inter-AZ, NAT, and egress cost traps. - Use Case: When designing a new multi-account AWS environment, use this Skill to lay out non-overlapping CIDR blocks, place workloads in the correct subnet tiers, and choose the right connectivity pattern before writing any infrastructure code. ## Quick Start Ask the AI to design a VPC network architecture for a three-tier web application across three availability zones with private database subnets.