vpc

Automate AWS VPC networking tasks via the AWS CLI.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Configuring and managing AWS VPCs, subnets, route tables, gateways, and security controls can be complex and error-prone; this skill provides a CLI-driven approach to design, deploy, and maintain robust network architectures.

Core Features & Use Cases

  • Create and manage VPCs, subnets, route tables, internet gateways, NAT gateways, and VPC peering.
  • Define security boundaries with security groups and network ACLs across multiple AZs and accounts.
  • Apply best practices for tagging, high availability, and cost awareness in cloud networking.

Quick Start

Create a new VPC with a 10.0.0.0/16 CIDR, add two public subnets in separate availability zones, and attach an internet gateway.

Frequently Asked Questions about vpc

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

FAQPage Schema
How do I create a VPC with subnets and route tables using the AWS CLI?

You can create a VPC with subnets and route tables by running AWS CLI commands to define a 10.0.0.0/16 CIDR block, provision public subnets across multiple availability zones, and attach an internet gateway for external routing.

What is the best way to automate multi-account AWS VPC networking?

Automating multi-account AWS VPC networking involves using CLI scripts to deploy VPCs, configure VPC peering, and apply consistent tagging and security boundaries across accounts, ensuring high availability and cost awareness.

Do I need specific IAM permissions to configure NAT gateways and security groups via the CLI?

Yes, configuring NAT gateways and security groups via the CLI requires proper IAM permissions granting access to manage network interfaces, route tables, and security group rules, along with AWS CLI v2 installed.

How does this approach handle high availability and cost awareness in cloud networking?

This approach handles high availability by provisioning resources across multiple availability zones, while cost awareness is managed by applying best practices for resource tagging and monitoring NAT gateway deployment.

Can I use this CLI method to set up VPC peering and network ACLs across multiple availability zones?

Yes, you can use this CLI method to establish VPC peering connections and define network ACLs, distributing security boundaries and traffic control rules across multiple availability zones.