A customer wants to use Cloud VPN to connect a small branch office to Google Cloud. The branch office has a dynamic public IP address. Which Cloud VPN type should they use?
Trap 1: Classic VPN with a static IP on the peer
Classic VPN requires a static peer IP; dynamic IP would cause the tunnel to fail after IP changes.
Trap 2: A custom SSL VPN appliance on Compute Engine
SSL VPN is not a native Cloud VPN service and adds complexity.
Trap 3: HA VPN with two VPN gateways and static peer IPs
HA VPN supports dynamic peer IPs; two gateways are not required for a branch.
- A
Classic VPN with a static IP on the peer
Why wrong: Classic VPN requires a static peer IP; dynamic IP would cause the tunnel to fail after IP changes.
- B
A custom SSL VPN appliance on Compute Engine
Why wrong: SSL VPN is not a native Cloud VPN service and adds complexity.
- C
HA VPN with a single VPN gateway and a dynamic peer IP
HA VPN supports dynamic peer IP addresses, making it suitable for branches with dynamic IPs.
- D
HA VPN with two VPN gateways and static peer IPs
Why wrong: HA VPN supports dynamic peer IPs; two gateways are not required for a branch.