I'm unable to connect to a private RDS instance into a private VPC. I have configured a Nat instance to grant internet access and I have installed and configured OpenVPN on it.
Actually I'm connected in vpn and I added the route for 10.0.0.0 ip addresses and configured with the gateway of the VPN server.
10.0.0.0 255.255.0.0 10.8.0.5 10.8.0.6 36
10.8.0.1 255.255.255.255 10.8.0.5 10.8.0.6 291
I have configured the security group of the Nat instance so that it will accept connections on port 3306 and the security group associated to the database to accept connections on port 3306 from the Nat Instance SG.
What am I missing? I know that probably it's something stupid