Closed
Bug 1167612
Opened 9 years ago
Closed 9 years ago
remove egress rule for 1514/udp on ELC security groups
Categories
(Socorro :: Infra, task)
Socorro
Infra
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: dmaher, Assigned: jschneider)
References
Details
Many (most? all?) of our ELB security groups contain the following rule:
egress {
from_port = 1514
to_port = 1514
protocol = "udp"
cidr_blocks = [
"0.0.0.0/0"
]
}
The ELBs don't use this (it's for logging from EC2 instances) so we should remove the declaration.
Assignee | ||
Updated•9 years ago
|
Assignee: nobody → jschneider
Assignee | ||
Comment 1•9 years ago
|
||
https://github.com/mozilla/socorro-infra/pull/136 is up for review to solve this.
Reporter | ||
Updated•9 years ago
|
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•