Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
aws avatar

Creating Production Vpc Multi Az

  • 2.7k installs
  • 2.2k repo stars
  • Updated August 4, 2026
  • aws/agent-toolkit-for-aws

creating-production-vpc-multi-az is an agent skill that creates a production-ready vpc with public and private subnets across multiple availability zones, including internet gateway, nat gateways, route tables, and secur

About

creating-production-vpc-multi-az is an agent skill from aws/agent-toolkit-for-aws that creates a production-ready vpc with public and private subnets across multiple availability zones, including internet gateway, nat gateways, route tables, and security groups following aws well-archit. # Creating a Production-Ready VPC Across Multiple Availability Zones ## Overview Domain expertise for creating production-ready VPC infrastructure distributed across multiple Availability Zones. Covers VPC creation with DNS support, public and private subnet layout with automatic CIDR calculation, internet gateway, NAT gateways for high-availabil Developers invoke creating-production-vpc-multi-az during operate/infra work for cloud & infrastructure tasks. The skill documents triggers, prerequisites, and step-by-step workflows grounded in SKILL.md. Compatible with Claude Code, Cursor, and Codex agent runtimes that load marketplace skills.

  • Creating a Production-Ready VPC Across Multiple Availability Zones
  • Domain expertise for creating production-ready VPC infrastructure distributed across
  • multiple Availability Zones. Covers VPC creation with DNS support, public and private
  • subnet layout with automatic CIDR calculation, internet gateway, NAT gateways for
  • high-availability outbound access, route table configuration, and tiered security

Creating Production Vpc Multi Az by the numbers

  • 2,740 all-time installs (skills.sh)
  • +372 installs in the week ending Aug 5, 2026 (Skillselion tracking)
  • Ranked #150 of 1,039 Cloud & Infrastructure skills by installs in the Skillselion catalog
  • Security screen: LOW risk (skills.sh audit)
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
At a glance

creating-production-vpc-multi-az capabilities & compatibility

Capabilities
creating a production ready vpc across multiple · domain expertise for creating production ready v · multiple availability zones. covers vpc creation · subnet layout with automatic cidr calculation, i · high availability outbound access, route table c
Use cases
orchestration
From the docs

What creating-production-vpc-multi-az says it does

Domain expertise for creating production-ready VPC infrastructure distributed across
SKILL.md
multiple Availability Zones. Covers VPC creation with DNS support, public and private
SKILL.md
subnet layout with automatic CIDR calculation, internet gateway, NAT gateways for
SKILL.md
npx skills add https://github.com/aws/agent-toolkit-for-aws --skill creating-production-vpc-multi-az

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs2.7k
repo stars2.2k
Security audit3 / 3 scanners passed
Last updatedAugust 4, 2026
Repositoryaws/agent-toolkit-for-aws

What it does

Creates a production-ready VPC with public and private subnets across multiple Availability Zones, including internet gateway, NAT gateways, route tables, and security groups following AWS Well-Archit

Who is it for?

Developers working on cloud & infrastructure during operate tasks.

Skip if: Tasks outside Cloud & Infrastructure scope described in SKILL.md.

When should I use this skill?

Creates a production-ready VPC with public and private subnets across multiple Availability Zones, including internet gateway, NAT gateways, route tables, and security groups following AWS Well-Archit

What you get

Completed cloud & infrastructure workflow aligned with SKILL.md steps.

  • Multi-AZ VPC resource set
  • Route tables and NAT gateways
  • Tiered security groups

By the numbers

  • Default VPC CIDR 10.0.0.0/16 with 3 Availability Zones (range 2–6)
  • Skill manifest version 1

Files

SKILL.mdMarkdownGitHub ↗

Creating a Production-Ready VPC Across Multiple Availability Zones

Overview

Domain expertise for creating production-ready VPC infrastructure distributed across multiple Availability Zones. Covers VPC creation with DNS support, public and private subnet layout with automatic CIDR calculation, internet gateway, NAT gateways for high-availability outbound access, route table configuration, and tiered security groups following AWS Well-Architected principles.

Create a production VPC

To create a fully configured multi-AZ VPC with public/private subnets, NAT gateways, route tables, and security groups, follow the procedure exactly. See Production VPC creation procedure.

Key parameters:

  • vpc_name (required): Name prefix for all resources
  • region (required): Target AWS region
  • allowed_web_cidrs (required): CIDR blocks allowed for web access — allow 0.0.0.0/0 only if explicitly requested
  • vpc_cidr (optional, default 10.0.0.0/16): VPC CIDR block
  • availability_zones (optional, default 3): Number of AZs (2–6)
  • environment (required): Environment tag
  • enable_ssh_access (optional, default false): Whether to create SSH security group

Troubleshooting

Insufficient Availability Zones

The target region must have at least 2 available AZs. Use aws ec2 describe-availability-zones to verify.

NAT Gateway creation delays

NAT Gateways can take several minutes to become available. The procedure waits for availability before configuring route tables.

Security group CIDR warnings

The procedure warns about 0.0.0.0/0 for web access CIDRs and recommends specific IP ranges for production workloads, but allows it if explicitly requested.

Related skills

How it compares

Pick creating-production-vpc-multi-az for agent-guided EC2 VPC bootstrap; pick Terraform or CDK skills when infrastructure must live entirely in declarative modules.

FAQ

What does creating-production-vpc-multi-az do?

Creates a production-ready VPC with public and private subnets across multiple Availability Zones, including internet gateway, NAT gateways, route tables, and security groups following AWS Well-Archit

When should I use creating-production-vpc-multi-az?

During operate infra work for cloud & infrastructure.

Is creating-production-vpc-multi-az safe to install?

Review the Security Audits panel on this listing before production use.

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.