Search⌘ K
AI Features

Site-to-Site VPN

Explore how to securely connect your AWS Virtual Private Cloud with on-premises data centers using Site-to-Site VPN. Understand the roles of virtual private gateways and customer gateways, learn about VPN tunnel high availability, and recognize throughput and protocol limitations. This lesson equips you with the knowledge to implement and manage secure remote network connections within AWS environments.

So far, we have learned how a VPC can be connected to another VPC, but there could also be requirements where an on-prem data center network needs to be connected to the VPC.

As the resources within a VPC can’t directly communicate with any resources outside the VPC, an interconnection must be established between the VPC and remote network so that the network traffic can flow from one side to the other.

To accomplish this, AWS provides a service called Site-to-Site VPN that securely connects AWS VPC and ...