I'm trying to connect a client's network to our AWS data-centre, to allow access to a (previously publicly available) internal web-application.
At the moment we've got the VPN set up with dynamic routing to a new, empty VPC with a CIDR which doesn't conflict with the client's network, as our main VPC conflicts.
A few questions:
1) Does that CIDR need to be advertised or propagated to the client network, and how do I do that?
2) How I forward a client accessible IP address in that range to the internal IP address in the VPC containing the web-application?
3) And once done, how can I apply a security group to that VPN connection to limit access to that IP?
Or, am I going about this the wrong way?