Aws Vpc

🌐Community
by bagelhole · vlatest · Repository

Provides AWS guidance and assistance for deploying and managing cloud infrastructure.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add aws-vpc npx -- -y @trustedskills/aws-vpc
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "aws-vpc": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/aws-vpc"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

The aws-vpc skill allows an AI agent to interact with and manage Amazon Virtual Private Clouds (VPCs). It can retrieve VPC details, list subnets within a VPC, and describe route tables. This enables automated infrastructure management tasks related to AWS networking configurations.

When to use it

  • Troubleshooting network connectivity: Investigate why resources cannot communicate within your VPC by listing subnets and route tables.
  • Auditing VPC configuration: Verify that your VPCs are configured according to security best practices.
  • Automating infrastructure provisioning: Retrieve details about existing VPCs as part of a larger automated deployment process.
  • Responding to security alerts: Quickly gather information about affected VPCs in response to network-related security incidents.

Key capabilities

  • Retrieve VPC details (ID, region, CIDR block)
  • List subnets within a specified VPC
  • Describe route tables associated with a VPC

Example prompts

  • "What is the CIDR block for my VPC?"
  • "List all subnets in VPC vpc-1234567890abcdef0."
  • "Describe the route table for subnet subnet-0123456789abcdef0."

Tips & gotchas

  • Requires appropriate AWS credentials configured for the AI agent.
  • VPC IDs and other identifiers are case-sensitive. Ensure accuracy when providing them in prompts.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
bagelhole
Installs
10

🌐 Community

Passed automated security scans.