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

Connecting Vpcs With Peering

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

connecting-vpcs-with-peering is an agent skill that establishes vpc peering connections between two vpcs for direct private network connectivity. always use this skill when creating or managing vpc peering — it validates

About

connecting-vpcs-with-peering is an agent skill from aws/agent-toolkit-for-aws that establishes vpc peering connections between two vpcs for direct private network connectivity. always use this skill when creating or managing vpc peering — it validates cidr overlap, updates all route. # Connecting VPCs with Peering ## Overview Domain expertise for establishing private network connectivity between two VPCs using VPC peering. Covers the full lifecycle: creating the peering connection, accepting it, updating route tables in both VPCs, configuring DNS resolution, and adjusting security groups for cross-VPC traffic. Supports same-r Developers invoke connecting-vpcs-with-peering 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.

  • Connecting VPCs with Peering
  • Create a VPC peering connection
  • To establish a VPC peering connection between two VPCs, follow the procedure exactly.
  • See [VPC peering connection procedure](references/vpc-peering-connection.md).
  • Peering stuck in pending state

Connecting Vpcs With Peering by the numbers

  • 2,692 all-time installs (skills.sh)
  • +374 installs in the week ending Aug 5, 2026 (Skillselion tracking)
  • Ranked #152 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

connecting-vpcs-with-peering capabilities & compatibility

Capabilities
connecting vpcs with peering · create a vpc peering connection · to establish a vpc peering connection between tw · see [vpc peering connection procedure](reference · peering stuck in pending state
Use cases
orchestration
From the docs

What connecting-vpcs-with-peering says it does

To establish a VPC peering connection between two VPCs, follow the procedure exactly.
SKILL.md
See [VPC peering connection procedure](references/vpc-peering-connection.md).
SKILL.md
Cross-account connections require manual acceptance from the accepter account. Same-account connections with `auto_accept: true` should transition automatically.
SKILL.md
npx skills add https://github.com/aws/agent-toolkit-for-aws --skill connecting-vpcs-with-peering

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

Establishes VPC peering connections between two VPCs for direct private network connectivity. Always use this skill when creating or managing VPC peering — it validates CIDR overlap, updates all route

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?

Establishes VPC peering connections between two VPCs for direct private network connectivity. Always use this skill when creating or managing VPC peering — it validates CIDR overlap, updates all route

What you get

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

  • VPC peering connection
  • updated route tables
  • connectivity validation

By the numbers

  • Requires 2 VPC IDs: requester and accepter
  • Covers same-region and cross-region peering flows

Files

SKILL.mdMarkdownGitHub ↗

Connecting VPCs with Peering

Overview

Domain expertise for establishing private network connectivity between two VPCs using VPC peering. Covers the full lifecycle: creating the peering connection, accepting it, updating route tables in both VPCs, configuring DNS resolution, and adjusting security groups for cross-VPC traffic. Supports same-region, cross-region, and cross-account peering scenarios.

Create a VPC peering connection

To establish a VPC peering connection between two VPCs, follow the procedure exactly. See VPC peering connection procedure.

The procedure requires the requester and accepter VPC IDs at minimum. It validates both VPCs exist, checks for CIDR overlap, creates and accepts the peering, updates all route tables, and configures DNS resolution.

Troubleshooting

Peering stuck in pending state

Cross-account connections require manual acceptance from the accepter account. Same-account connections with auto_accept: true should transition automatically.

Route creation fails

Check for existing routes with the same destination CIDR. Replace existing routes instead of creating new ones.

DNS resolution not working

Both VPCs must have DNS resolution and DNS hostnames enabled in their VPC settings, not just the peering connection options.

Cross-region connectivity issues

Verify routes are added in both regions and security groups allow traffic from the peer VPC's CIDR blocks.

Related skills

How it compares

Choose VPC peering for one-to-one private links; prefer Transit Gateway when many VPCs need transitive routing.

FAQ

What does connecting-vpcs-with-peering do?

Establishes VPC peering connections between two VPCs for direct private network connectivity. Always use this skill when creating or managing VPC peering — it validates CIDR overlap, updates all route

When should I use connecting-vpcs-with-peering?

During operate infra work for cloud & infrastructure.

Is connecting-vpcs-with-peering 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.