creating-production-vpc-multi-az

Automate multi-AZ VPC provisioning with public/private subnets, NAT gateways, and DNS support.

2.3k|234|Updated Apr 23, 2026
One-click install
npx skills add https://github.com/aws/agent-toolkit-for-aws --skill creating-production-vpc-multi-az-aws
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: creating-production-vpc-multi-az
Source: https://github.com/aws/agent-toolkit-for-aws/tree/main/skills/specialized-skills/networking-and-content-delivery-skills/creating-production-vpc-multi-az
Command: npx skills add https://github.com/aws/agent-toolkit-for-aws --skill creating-production-vpc-multi-az-aws

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Creates a production-ready VPC infrastructure distributed across multiple Availability Zones, including DNS support, internet access, NAT gateways, and robust routing and security configurations for AWS Well-Architected deployments.

Core Features & Use Cases

  • Automated creation of a multi-AZ VPC with public and private subnets, DNS support, and well-architected network design.
  • Inclusion of Internet Gateway, NAT Gateways, route tables, security groups, and logging to support production workloads.
  • Use cases include deploying isolated environments (production, staging) with automated CIDR planning and centralized governance.

Quick Start

Use this Skill to provision a ready-to-use VPC backbone for a new environment in AWS.

Frequently Asked Questions about creating-production-vpc-multi-az

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

FAQPage Schema
How do I create a multi-AZ VPC for production workloads in AWS?

A production multi-AZ VPC requires distributing public and private subnets across multiple Availability Zones with NAT gateways, DNS support, and routing controls. This design ensures high availability and network isolation for AWS workloads.

What is included in a Well-Architected VPC network topology?

A Well-Architected VPC topology includes public and private subnets, an Internet Gateway, NAT Gateways, route tables, security groups, DNS resolution, and logging. These components provide secure internet access and centralized governance for production environments.

Does this VPC provisioning approach support automated CIDR planning for staging environments?

Yes, automated VPC creation supports isolated environments like staging and production with automated CIDR planning. It provisions the network backbone, DNS support, and security controls needed to deploy isolated staging environments quickly.

Why do I need NAT gateways when deploying private subnets across multiple Availability Zones?

NAT gateways are needed for private subnets in a multi-AZ VPC to allow outbound internet traffic while blocking inbound connections. This maintains strict security controls for private resources across multiple Availability Zones.

What's the best way to automate VPC creation with DNS support and comprehensive tagging?

The best way to automate VPC creation with DNS support is using infrastructure provisioning that applies Well-Architected guidelines, comprehensive tagging, and logging. This approach yields a ready-to-use VPC backbone for new AWS environments.