Skip to content

Commit

Permalink
remove unused Spark security group rules
Browse files Browse the repository at this point in the history
  • Loading branch information
Mahmood Ali committed Jun 4, 2021
1 parent f6d503d commit 9c8f762
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions e2e/terraform/network.tf
Original file line number Diff line number Diff line change
Expand Up @@ -58,30 +58,6 @@ resource "aws_security_group" "primary" {
cidr_blocks = [local.ingress_cidr]
}

# HDFS NameNode UI
ingress {
from_port = 50070
to_port = 50070
protocol = "tcp"
cidr_blocks = [local.ingress_cidr]
}

# HDFS DataNode UI
ingress {
from_port = 50075
to_port = 50075
protocol = "tcp"
cidr_blocks = [local.ingress_cidr]
}

# Spark history server UI
ingress {
from_port = 18080
to_port = 18080
protocol = "tcp"
cidr_blocks = [local.ingress_cidr]
}

ingress {
from_port = 0
to_port = 0
Expand Down

0 comments on commit 9c8f762

Please sign in to comment.