hybrid-cloud-networking
Connect On-Premises to Cloud with VPN and Direct Connect
متاح أيضًا من: wshobson
Design and implement secure hybrid cloud networks connecting your datacenter to AWS, Azure, and GCP. This skill provides proven architecture patterns, Infrastructure as Code templates, and best practices for production-ready connectivity.
تنزيل ZIP المهارة
رفع في Claude
اذهب إلى Settings → Capabilities → Skills → Upload skill
فعّل وابدأ الاستخدام
اختبرها
استخدام "hybrid-cloud-networking". Generate Terraform configuration for AWS Site-to-Site VPN
النتيجة المتوقعة:
I'll create a Terraform configuration for an AWS Site-to-Site VPN connection. This will include a Virtual Private Gateway, Customer Gateway, and VPN Connection resource.
The configuration will include:
- VPN Gateway attached to your VPC
- Customer Gateway with your on-premises IP and BGP ASN
- VPN Connection with IPSec tunnels
- Route propagation setup
After applying, you'll need to configure your on-premises router with the VPN device configuration from AWS.
استخدام "hybrid-cloud-networking". Explain BGP route propagation for hybrid networks
النتيجة المتوقعة:
BGP route propagation enables dynamic routing between your on-premises network and cloud VPC/VNet. Here's how it works:
1. **BGP Peering**: Your on-premises router (ASN 65000) establishes BGP sessions with cloud routers (AWS: 64512, Azure: 65515)
2. **Route Advertisement**: Both sides advertise their CIDR blocks - you advertise 10.0.0.0/8, cloud advertises VPC ranges like 172.31.0.0/16
3. **Automatic Updates**: When new subnets are added, routes propagate automatically without manual route table updates
4. **Failover**: If primary tunnel fails, BGP reroutes traffic through secondary tunnel automatically
I recommend implementing BGP for production hybrid networks over static routing for better resilience.
التدقيق الأمني
آمنStatic analysis detected 54 patterns including shell command references (backticks) and network reconnaissance terms. All findings are FALSE POSITIVES: backticks appear in Terraform HCL code blocks as documentation examples, not executable Ruby code. Network reconnaissance terms refer to legitimate cloud infrastructure monitoring commands (aws ec2 describe-vpn-connections). The skill provides educational documentation and Infrastructure as Code templates for hybrid cloud networking - no executable code, no data exfiltration, and no malicious intent detected.
مشكلات منخفضة المخاطر (4)
عوامل الخطر
⚙️ الأوامر الخارجية (20)
🌐 الوصول إلى الشبكة (2)
درجة الجودة
ماذا يمكنك بناءه
Enterprise Datacenter Extension
Connect your on-premises datacenter to cloud VPCs using Site-to-Site VPN for initial migration, then upgrade to Direct Connect for production workloads requiring low latency and high bandwidth.
Multi-Region Hybrid Architecture
Design active-active hybrid deployments spanning your datacenter and multiple cloud regions, implementing BGP routing and failover for disaster recovery scenarios.
Compliant Hybrid Cloud Setup
Build hybrid networks that meet regulatory compliance requirements by implementing encrypted VPN tunnels, private connectivity via Direct Connect/ExpressRoute, and comprehensive monitoring with CloudWatch and Azure Monitor.
جرّب هذه الموجهات
Help me set up a Site-to-Site VPN connection between my on-premises datacenter (customer gateway IP: 203.0.113.1, BGP ASN: 65000) and AWS VPC (vpc-id: vpc-12345). Generate the Terraform configuration.
Design a high-availability hybrid network architecture connecting my on-premises datacenter to both AWS and Azure. Include dual VPN tunnels for redundancy, BGP configuration for dynamic routing, and explain the failover mechanism.
I currently use Site-to-Site VPN for my hybrid cloud setup. Help me plan a migration to AWS Direct Connect for better performance. Compare costs, bandwidth options, and provide a step-by-step migration plan.
Design a hub-and-spoke hybrid network architecture where my on-premises datacenter connects to AWS (us-east-1), Azure (East US), and GCP (us-central1). Include routing considerations, security boundaries between cloud providers, and cost optimization strategies.
أفضل الممارسات
- Always deploy dual VPN tunnels for redundancy - single points of failure cause production outages
- Use private connectivity (Direct Connect/ExpressRoute) instead of internet VPN for production workloads requiring consistent performance
- Implement comprehensive monitoring using CloudWatch, Azure Monitor, or GCP Cloud Logging to track tunnel status, bandwidth utilization, and BGP session health
تجنب
- Don't use static routing when BGP is available - static routes require manual updates and don't support automatic failover
- Avoid advertising public IP ranges over BGP - this creates routing conflicts and security vulnerabilities
- Don't skip testing failover scenarios before production - validate that traffic switches to secondary tunnel during primary tunnel maintenance
الأسئلة المتكررة
Should I use VPN or Direct Connect for my hybrid network?
What BGP ASN should I use for my on-premises router?
How long does Direct Connect provisioning take?
Can I connect one datacenter to multiple cloud providers?
How do I troubleshoot VPN tunnel failures?
Does this skill configure my actual network infrastructure?
تفاصيل المطور
المؤلف
sickn33الترخيص
MIT
المستودع
https://github.com/sickn33/antigravity-awesome-skills/tree/main/skills/hybrid-cloud-networkingمرجع
main
بنية الملفات
📄 SKILL.md