Skip to content

Commit

Permalink
Adding changes to deployment of EC2
Browse files Browse the repository at this point in the history
  • Loading branch information
Miguel Elhaiek committed Mar 13, 2024
1 parent e8e0348 commit 9a2a45d
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -23,34 +23,13 @@ resource "aws_security_group" "milvus_sg" {
cidr_blocks = ["0.0.0.0/0"]
}

ingress {
from_port = 2379
to_port = 2379
protocol = "tcp"
cidr_blocks = ["0.0.0.0/0"]
}

ingress {
from_port = 9000
to_port = 9001
protocol = "tcp"
cidr_blocks = ["0.0.0.0/0"]
}

ingress {
from_port = 19530
to_port = 19530
protocol = "tcp"
cidr_blocks = ["0.0.0.0/0"]
}

ingress {
from_port = 9091
to_port = 9091
protocol = "tcp"
cidr_blocks = ["0.0.0.0/0"]
}

egress {
from_port = 0
to_port = 0
Expand Down

0 comments on commit 9a2a45d

Please sign in to comment.