vpn/Openvpn as a cloud service

Posted by 8pipe on Server Fault See other posts from Server Fault or by 8pipe
Published on 2010-04-14T20:27:43Z Indexed on 2010/04/14 20:33 UTC
Read the original article Hit count: 296

I am working on creating a small cloud (any number of EC2 instances that can be deployed based on load) implementing a VPN as a service for the company I'm working for. This is basically a project gathering together various vpn resources under one aegis as a cloud based service.

As a user of openvpn, I'm somewhat familiar with being able to connect, but I'm looking for resources to start this project. Essentially I need to be able to:

  • run a certificate authority and manage keys to distribute to coworkers
  • build an ami that handles openvpn as a service
  • balance the load if necessary among machines instances as needed

Any suggestions for tutorials, things to avoid, roadblocks I might not be seeing from a novice perspective, etc. or just help in visualizing this is appreciated.

© Server Fault or respective owner

Related posts about openvpn

Related posts about cloud-computing