- Newest
- Most votes
- Most comments
AWS Site-to-Site (S2S) VPN is a fully-managed service that creates a secure connection between customer data centers and/or branch networks and resources in AWS VPCs using encrypted (IPSec) tunnels.
To create a S2S VPN, you can provision a Virtual Private Gateway (or a Transit Gateway, aka TGW). You can control which traffic is sent over the VPN tunnel using the routing table. You need to have unique source and/or destination IP networks (or potentially addresses). A single tunnel has a maximum throughput of 1.25Gbps. If you need greater throughput, you need to use TGW, multiple tunnels, BGP, and Equal Cost Multi-Path (ECMP) routing.
Here is an article on how it works: How AWS Site-to-Site VPN works Here is the architecture and setup guide: Site-to-Site VPN single and multiple VPN connection examples
Relevant content
- asked 2 years ago
- AWS OFFICIALUpdated 8 months ago