creating-production-vpc-multi-az
creating production vpc multi az
What it does
- vpcname (required): Name prefix for all resources
- region (required): Target AWS region
- allowedwebcidrs (required): CIDR blocks allowed for web access — allow 0.0.0.0/0 only if explicitly requested
- vpccidr (optional, default 10.0.0.0/16): VPC CIDR block
- availabilityzones (optional, default 3): Number of AZs (2–6)
- environment (required): Environment tag
- enablesshaccess (optional, default false): Whether to create SSH security group
Derived from the skill's own SKILL.md documentation · extracted 2026-07-23
creating-production-vpc-multi-az FAQ
What does the creating-production-vpc-multi-az skill 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-Architected principles. Use when deploying multi-AZ VPC infrastructure with automatic CIDR planning and DNS resolution. vpcname (required): Name prefix for all resources region (required): Target AWS region
How do I install creating-production-vpc-multi-az?
Run: npx -y skills add https://github.com/aws/agent-toolkit-for-aws --skill creating-production-vpc-multi-az --agent claude-code — the source lives at github.com/aws/agent-toolkit-for-aws.
Maintain creating-production-vpc-multi-az?
Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.
[creating-production-vpc-multi-az on getagentictools](https://getagentictools.com/skills/aws-agent-toolkit-for-aws-creating-production-vpc-multi-az?ref=badge) npx agentictools info skills/aws-agent-toolkit-for-aws-creating-production-vpc-multi-az The second line is the CLI lookup for this page — handy in READMEs and docs.