disaster-recovery-workshop
disaster-recovery-workshop copied to clipboard
Lab API Gateway: IP Overlap - both vpc have CIDR 10.0.0.0/16
Created from #1
In your diagram and in the CFN template both vpc have CIDR 10.0.0.0/16. With this configuration VPC peering will not work as overlapping VPC CIDR ranges are not allowed.
Also in general could you explain the architecture used? For instance it is not clear to me why you use a load balancer in front of a API GW why not just point point R53 to a Regional API GW endpoint ect?