From 1e4d3ab32aa54b8af745cfb5be72ff3e5f3d25c6 Mon Sep 17 00:00:00 2001 From: Defunct Date: Wed, 3 Aug 2016 20:03:46 +0000 Subject: [PATCH] fix EC2 security group rules --- ec2.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/ec2.yml b/ec2.yml index 200046f..486f991 100644 --- a/ec2.yml +++ b/ec2.yml @@ -74,9 +74,13 @@ description: Security group for VPN servers region: "{{ regions[region] }}" rules: - - proto: tcp - from_port: 443 - to_port: 443 + - proto: udp + from_port: 4500 + to_port: 4500 + cidr_ip: 0.0.0.0/0 + - proto: udp + from_port: 500 + to_port: 500 cidr_ip: 0.0.0.0/0 - proto: tcp from_port: 22