I have an existing VPC with a CIDR in the 10.0.0.0/16
block.
I now have to create a VPN connection to an external service, who want us to use IPs in 192.168.0.0/16
block.
Unfortunately, AWS does not allow mixing these two blocks in a single VPC, otherwise adding a new CIDR block would have been an easy solution.
Short of creating a new VPC and migrating services, what are the options to achieve this? Ideally with no additional costs.
Thanks
/edit to add link