Fix Cloud ingress rules, re-write vm-guest-tools to powershell

This commit is contained in:
Chris Long
2020-07-05 02:06:21 -07:00
parent eb7cb33afb
commit 2eef9efed7
6 changed files with 103 additions and 2 deletions

View File

@@ -91,6 +91,14 @@ resource "aws_security_group" "logger" {
cidr_blocks = var.ip_whitelist
}
# Velociraptor access
ingress {
from_port = 9999
to_port = 9999
protocol = "tcp"
cidr_blocks = var.ip_whitelist
}
# Allow all traffic from the private subnet
ingress {
from_port = 0