Site-to-Site VPN Flashcards
What does AWS Site-to-Site VPN provide?
A logical connection between a VPC and an on-premises network that is encrypted using IPSec and runs over the public Internet (unless it’s using Direct Connect).
Is AWS Site-to-Site VPN highly available?
Yes, assuming you design and implement it correctly. A Virtual Private Gateway places Endpoint interfaces in multiple AZs. On the customer side, you need multiple on-premises customer routers (preferably in multiple locations) on which to terminate the VPN on the customer side.
What is a Virtual Private Gateway?
It is a logical object that can be the target for route tables. It is the gateway on the AWS side of the VPN. It is associated with a single VPC.
What is a Customer Gateway?
It is the logical or physical object target on the customer side that the VPN connects to.
What is the maximum speed limit for Site-to-Site VPNs?
1.25 Gbps.
What must be considered when implementing Site-to-Site VPNs because they transit the public Internet?
Inconsistent public Internet connectivity and latency.
When should you use a Site-to-Site VPN instead of Direct Connect?
When you need to set up the connection quickly (hours vs. weeks) and you want to configure the connection entirely in software.