Design VPC

Plan AWS VPC architectures with CIDR, subnets, routing, and NAT.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/OM-bit-hub/daily_tracker --skill design-vpc
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: Design VPC
Source: https://github.com/OM-bit-hub/daily_tracker/tree/main/.agents/skills/cloud-engineer/vpc-design
Command: npx skills add https://github.com/OM-bit-hub/daily_tracker --skill design-vpc

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Designing robust, scalable, and secure AWS VPCs for multi-AZ deployments, including subnet planning, routing, security controls, and cost optimization.

Core Features & Use Cases

  • CIDR planning for production VPCs with multiple AZs
  • Subnet tiling into public/private/isolated with NAT, IGW, and flow logs
  • Security and governance: SGs, NACLs, VPC endpoints, peering, and cost controls

Quick Start

Provision a production-ready AWS VPC design by applying the Terraform module for the target account.

Frequently Asked Questions about Design VPC

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I design a production-grade AWS VPC architecture for multi-AZ deployments?▼

Design a production AWS VPC by planning CIDR blocks, segmenting public/private subnets, configuring routing with NAT and IGW, and enabling VPC flow logs for secure, scalable multi-AZ cloud networking.

What is the best way to plan CIDR blocks and subnet tiling for AWS networking?▼

Plan CIDR blocks and subnet tiling by dividing VPC address space across multiple AZs into public, private, and isolated tiers, applying consistent routing, VPC peering, and governance controls.

Does this VPC design approach work with Terraform and CI/CD integration?▼

Yes, this AWS VPC design works with Terraform and CI/CD integration, provisioning production-ready network architectures through automated module deployments to meet governance and security best practices.

How do I configure security controls and governance for an AWS VPC?▼

Configure AWS VPC security and governance by implementing Security Groups, Network ACLs, VPC endpoints, and peering connections alongside cost controls to enforce strict network access boundaries.

When should I use isolated subnets and VPC peering in my cloud networking architecture?▼

Use isolated subnets and VPC peering when your architecture requires strict data segregation without internet access and secure, private traffic routing between separate AWS network environments.