3

I am trying to create VPN tunnel from VPC to office location. I have created Virtual Private Gateways and when i try to attached to VPC it says

Error
VPC vpc-xxxxxxxx is currently attached to the Virtual Private Gateway

VPC can only be attached to one Virtual Private Gateways ?

If I have to create multiple VPN tunnel to multiple office location then I have to reuse the already attached Virtual Private Gateways to VPC for VPN ?

roy
  • 6,344
  • 24
  • 92
  • 174

2 Answers2

5

that's correct. you will have to use the same VPG for the other VPN connections.

user11389395
  • 287
  • 1
  • 2
3

You can attach only one virtual private gateway to a VPC at a time.

Source: https://docs.aws.amazon.com/vpn/latest/s2svpn/vpn-limits.html

Jorge Garcia
  • 2,042
  • 23
  • 25