I'm relatively new to AWS and need to set up some internal infrastructure. Example: a VPN server that routes people into a VPC.
I have a VPN server instance bound to an elastic IP that has a subnet carved out for VPN users. Now how do I tell the VPC that the route back to our VPN users should go through this instance?
I tried editing route tables, but I keep getting an error saying that the route destination is not in any CIDR blocks.
OK, I made it part of that VPC's CIDR, set up a reservation in that subnet... still no luck