AWS GWLB cross AZ
In reference to the below article.
The below traffic config
config system geneve
edit "consumer"
set interface "port1"
set type ppp <- case where the internal packet has no Ethernet Header.
set remote-ip 10.4.1.22 <- GENEVE tunnel remote peer IP address.
next
end
1. In the above config , when we deploy customer VPC in 2 AZs and with 2 GWLBendpoints
2. What do we configure on the GENEVE interface as remote iP , will this be the GWLB IP address from the same subnet as Security VPC or the Remote GWLBe endpoint IP address
