From acdef956d9754a9b5b1e2b9c8233fae5a18c316e Mon Sep 17 00:00:00 2001 From: VakarisZ Date: Wed, 25 Mar 2020 15:23:03 +0200 Subject: [PATCH] Removed ingress rules from monkey maker machines --- envs/monkey_maker/terraform/infra.tf | 7 ------- 1 file changed, 7 deletions(-) diff --git a/envs/monkey_maker/terraform/infra.tf b/envs/monkey_maker/terraform/infra.tf index bae2219c9..39937f974 100644 --- a/envs/monkey_maker/terraform/infra.tf +++ b/envs/monkey_maker/terraform/infra.tf @@ -48,13 +48,6 @@ resource "aws_security_group" "monkey_maker_sg" { description = "Allow remote access to the island" vpc_id = "${aws_vpc.monkey_maker.id}" - ingress { - from_port = 0 - to_port = 0 - protocol = "-1" - cidr_blocks = ["0.0.0.0/0"] - } - egress { from_port = 0 to_port = 0