aws-vpc

Generate AWS VPC configurations with subnets, NAT gateways, and security groups.

1|Updated Mar 2, 2026
One-click install
npx skills add https://github.com/sitharaj88/claude-skills --skill aws-vpc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aws-vpc
Source: https://github.com/sitharaj88/claude-skills/tree/main/skills/aws-vpc
Command: npx skills add https://github.com/sitharaj88/claude-skills --skill aws-vpc

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the creation of robust and secure AWS Virtual Private Cloud (VPC) configurations, simplifying the setup of complex networking infrastructure.

Core Features & Use Cases

  • VPC & Subnet Design: Generates VPCs with public, private, and isolated subnets across multiple Availability Zones.
  • Security Configuration: Creates appropriate Security Groups and Network ACLs (NACLs) for layered security.
  • Connectivity Options: Supports configuration for Internet Gateways, NAT Gateways, VPC Endpoints, peering, and hybrid connectivity.
  • Use Case: When setting up a new application on AWS that requires a secure, multi-tier network architecture, this skill can generate the foundational VPC and subnet structure, including security rules and routing.

Quick Start

Use the aws-vpc skill to generate a standard 3-tier VPC configuration for 10.0.0.0/16 in us-east-1 across 3 availability zones.

Frequently Asked Questions about aws-vpc

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

FAQPage Schema
How do I design a multi-tier AWS VPC across multiple availability zones?

To design a multi-tier AWS VPC, you need to provision public, private, and isolated subnets across multiple Availability Zones. This skill generates the configuration by automating subnet CIDR allocations and routing tables for your 10.0.0.0/16 network.

What is the best way to configure NAT gateways and VPC endpoints for an isolated subnet?

The best way to configure connectivity for isolated subnets is by setting up VPC endpoints for AWS service access and NAT Gateways for outbound internet traffic. This skill generates the required routing rules to maintain isolation while ensuring necessary connectivity.

Does this AWS VPC configuration tool require AWS CLI to deploy?

Yes, executing the generated AWS VPC configurations requires the AWS CLI to be installed and configured. The skill outputs the infrastructure as code definitions that you apply using your local AWS environment.

Can I automate security groups and NACLs for a 3-tier network architecture?

Yes, you can automate layered security for a 3-tier architecture by generating both Security Groups and Network ACLs. The skill creates these rules to enforce strict traffic control between your public, private, and isolated subnet tiers.

How do I set up VPC peering for hybrid connectivity in AWS?

To set up VPC peering and hybrid connectivity, you need to define peering connections and update route tables to allow traffic flow between networks. This skill generates the necessary peering configurations alongside your core VPC infrastructure.