I need to create a VPC with some web services, so that I can connect directly using a VPN connection from my desktop computer.
After some researching, I found this tutorial about implement the VPC using an EC2 instance created from an AMI OpenVPN server, from the AWS marketplace.
Also, I found this answer to my question, but it was written five years ago, in 2011. A lot of water has been passed under the bridge since that year and I'm afraid to implement something useless or inefficient.
Is OpenVPN server implementation the right way? Is there any way to do it only with the AWS VPC tools? Can you point me in the right direction, please?