networking-patterns

Plan VPC CIDRs, subnets, DNS, CDN, and load balancers for cloud networks.

3|Updated Mar 5, 2026
One-click install
npx skills add https://github.com/bipinks/ghost-office --skill networking-patterns
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: networking-patterns
Source: https://github.com/bipinks/ghost-office/tree/main/.claude/skills/networking-patterns
Command: npx skills add https://github.com/bipinks/ghost-office --skill networking-patterns

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Designing cloud networking architectures is complex and error-prone. This guide provides repeatable VPC CIDR planning, subnet strategies, DNS management with Route53/CloudFlare, CDN configuration, ALB/NLB load balancing, VPN tunnels, VPC peering, and private link patterns to accelerate secure, scalable networks.

Core Features & Use Cases

  • VPC CIDR planning and multi-AZ subnet design for scalable deployments
  • DNS management, CDN guidance, and load-balancer configuration patterns
  • VPN tunnels, VPC peering, and private link best practices for cross‑account connectivity
  • Use Case: Design a multi-region SaaS network with private subnets, public access via a load balancer, and private connectivity to data stores

Quick Start

Describe your cloud requirements (regions, services, security posture) and request a baseline VPC and DNS pattern.

Frequently Asked Questions about networking-patterns

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

FAQPage Schema
How do I design a VPC CIDR plan and subnet strategy for a multi-region cloud deployment?

Design a VPC CIDR plan by allocating non-overlapping IP ranges for multi-region deployments, segmenting networks into multi-AZ subnets, and applying load-balancer patterns to route traffic securely across scalable infrastructure.

What is the best way to configure DNS management and a CDN for cloud networking architectures?

Configure DNS management and CDN by applying Route53 or CloudFlare patterns to route traffic efficiently, combining global CDN distribution with load-balancer configurations to optimize content delivery and availability.

Does this networking guide cover cross-account connectivity like VPC peering and private link setups?

Yes, this networking guide covers cross-account connectivity by providing best practices and configuration patterns for VPC peering, private link setups, and VPN tunnels to establish secure network isolation.

How do I set up a multi-region SaaS network with private subnets and public access via a load balancer?

Set up a multi-region SaaS network by utilizing private subnets for data stores, routing public access through ALB or NLB load balancers, and establishing private connectivity to ensure secure application delivery.

Can I use these load-balancer patterns with both public-facing applications and private data stores?

Yes, you can use these load-balancer patterns with public and private architectures by configuring ALB or NLB endpoints to expose public-facing applications while maintaining private connectivity to backend data stores.

When do I need VPN tunnels versus private link setups for cloud infrastructure planning?

You need VPN tunnels for encrypted network connectivity between environments, whereas private link setups provide isolated, private connectivity to services across accounts without exposing traffic to the public internet.