Skip to content

Instantly share code, notes, and snippets.

@bast7
bast7 / vpn-cloudformation-template.yaml
Created January 3, 2019 19:51 — forked from pbzona/vpn-cloudformation-template.yaml
Roll your own VPN with AWS CloudFormation - part three
# Credit to John Creecy
# Original can be found at https://gist.github.com/zugdud/b39eea02faa6926305f57fbde8d31b68
AWSTemplateFormatVersion: '2010-09-09'
Description: OpenVPN Stack
Parameters:
OpenVPNPort:
Type: Number
Default: 1194