mirror of
https://github.com/trailofbits/algo.git
synced 2025-06-07 15:43:54 +02:00
fix EC2 security group rules
This commit is contained in:
parent
4f0c4a2507
commit
1e4d3ab32a
1 changed files with 7 additions and 3 deletions
10
ec2.yml
10
ec2.yml
|
@ -74,9 +74,13 @@
|
||||||
description: Security group for VPN servers
|
description: Security group for VPN servers
|
||||||
region: "{{ regions[region] }}"
|
region: "{{ regions[region] }}"
|
||||||
rules:
|
rules:
|
||||||
- proto: tcp
|
- proto: udp
|
||||||
from_port: 443
|
from_port: 4500
|
||||||
to_port: 443
|
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
|
cidr_ip: 0.0.0.0/0
|
||||||
- proto: tcp
|
- proto: tcp
|
||||||
from_port: 22
|
from_port: 22
|
||||||
|
|
Loading…
Add table
Reference in a new issue