infrastructure-verification

Validate AWS VPC endpoints, NAT gateways, security groups, and network paths before deployment.

Updated Jan 16, 2026
One-click install
npx skills add https://github.com/Awannaphasch2016/jousef-landing --skill infrastructure-verification
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: infrastructure-verification
Source: https://github.com/Awannaphasch2016/jousef-landing/tree/main/.claude/skills/infrastructure-verification
Command: npx skills add https://github.com/Awannaphasch2016/jousef-landing --skill infrastructure-verification

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps you validate AWS infrastructure before deployment by verifying VPC endpoints, NAT gateways, security groups, and network paths.

Core Features & Use Cases

  • Pre-deployment infrastructure validation to prevent Lambda-timeout or misconfiguration issues.
  • Verification of VPC endpoints, NAT gateways, route tables, and security groups to ensure reliable connectivity.
  • Post-deployment validation and debugging support for Lambda-in-VPC connectivity to AWS services (S3, DynamoDB, etc)

Quick Start

Use infrastructure-verification to validate AWS configuration prior to deploying Lambda in a VPC. Run the recommended checks for VPC endpoints, NAT gateways, and security groups as described in the workflows.

Frequently Asked Questions about infrastructure-verification

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

FAQPage Schema
How do I validate AWS infrastructure before deploying Lambda in a VPC?

Validating AWS infrastructure before deployment involves verifying VPC endpoints, NAT gateways, security groups, and route tables. This pre-deployment validation prevents Lambda timeout issues and ensures reliable network connectivity to AWS services.

Why does my Lambda function in a VPC time out when connecting to S3 or DynamoDB?

Lambda-in-VPC connectivity to S3 or DynamoDB often times out due to incorrect routing or missing VPC endpoints. Debugging this requires checking network paths and verifying that security groups and NAT gateways are configured correctly.

What is pre-deployment infrastructure validation for AWS networking?

Pre-deployment infrastructure validation for AWS networking is the process of checking VPC endpoints, NAT gateways, and route tables to ensure reliable connectivity. It satisfies requirements for infrastructure existence, correct routing, and deterministic failure pattern detection.

Can I use Terraform to verify VPC endpoints and network paths?

Yes, infrastructure verification applies during post-change validation and debugging. You can verify VPC endpoints, route tables, and network paths to ensure deterministic failure pattern detection and correct routing as per infrastructure-as-code principles.

How do I check security groups and NAT gateways for AWS VPC connectivity issues?

Checking security groups and NAT gateways for AWS VPC connectivity issues involves verifying route tables and network paths. This post-change validation detects misconfigurations and ensures reliable connectivity for Lambda-in-VPC deployments to services like S3.