Skip to content

Instantly share code, notes, and snippets.

@kris-kelvin
kris-kelvin / vpc_openvpn.json
Last active February 6, 2019 20:39
AWS CloudFormation template for creating a VPC with a private subnet for your virtual appliance and a public subnet with openVPN server. Please ensure that you are subscribed to the openVPN server (AWS Marketplace) and that the AMI IDs of the openVPN server are still valid (as they change frequently).
{
"AWSTemplateFormatVersion" : "2010-09-09",
"Description" : "This template creates a VPC with a private subnet for the SAP backend and a public subnet with openVPN server.",
"Parameters" : {
"AdminCidrIp" : {
"Type" : "String",
"Description" : "Source CIDR block for administrating the openVPN server",