hybrid-cloud-networking

Configure VPN and dedicated connections between on-premises networks and cloud platforms.

Updated Jul 8, 2026
One-click install
npx skills add https://github.com/PriyanshKuniyal/gemini-cli-resources --skill hybrid-cloud-networking-priyanshkuniyal
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: hybrid-cloud-networking
Source: https://github.com/PriyanshKuniyal/gemini-cli-resources/tree/main/extensions/claude-code-workflows/plugins/cloud-infrastructure/skills/hybrid-cloud-networking
Command: npx skills add https://github.com/PriyanshKuniyal/gemini-cli-resources --skill hybrid-cloud-networking-priyanshkuniyal

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires aws_vpn_gateway, aws_customer_gateway, aws_vpn_connection, azurerm_virtual_network_gateway, oci_network_ip_sec_connection, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill solves the challenge of configuring secure and high-performance connectivity between on-premises infrastructure and cloud platforms, essential for building hybrid cloud architectures.

Core Features & Use Cases

  • Hybrid Cloud Networking Configuration: Set up secure connections using VPN, Direct Connect, ExpressRoute, Interconnect, and FastConnect.
  • Connection Options: Supports AWS, Azure, GCP, OCI, and their respective connection options like Site-to-Site VPN, AWS Direct Connect, Azure ExpressRoute, etc.
  • Routing and Security: Offers routing configuration, BGP setup, and security best practices including encryption and network access control.
  • High Availability and Monitoring: Provides guidance on dual VPN tunnels, active-active configuration, monitoring key metrics, and troubleshooting steps.

Quick Start

Use the hybrid-cloud-networking skill to set up a secure VPN connection between your on-premises network and AWS.

Frequently Asked Questions about hybrid-cloud-networking

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

FAQPage Schema
How do I configure a secure VPN connection between my on-premises data center and AWS?▼

To configure secure hybrid cloud networking, you can set up an AWS Site-to-Site VPN by provisioning a virtual private gateway and a customer gateway to establish encrypted IPsec tunnels between your on-premises data center and the AWS cloud.

Does this hybrid cloud networking approach support connectivity to both Azure and OCI?▼

Yes, this hybrid cloud networking approach supports secure connectivity to both Azure and OCI by configuring their respective virtual network gateways and IPsec connections to link your on-premises infrastructure to multiple cloud providers.

What is the best way to ensure high availability for a hybrid cloud VPN setup?▼

The best way to ensure high availability for hybrid cloud VPN connections is to configure dual VPN tunnels in an active-active setup, allowing continuous traffic routing and reliability even if one tunnel fails.

Can I use BGP to manage routing across my on-premises network and cloud platforms?▼

Yes, you can use BGP to manage routing across your on-premises network and cloud platforms, enabling dynamic route exchange and optimal traffic distribution for secure and reliable hybrid cloud connectivity.

When should I use dedicated connections like Direct Connect or ExpressRoute instead of a Site-to-Site VPN?▼

You should use dedicated connections like Direct Connect or ExpressRoute instead of a Site-to-Site VPN when your hybrid cloud architecture requires high-performance, consistent network throughput and lower latency than standard encrypted internet-based tunnels provide.