Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3509789
D12690.id42443.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
555 B
Referenced Files
None
Subscribers
None
D12690.id42443.diff
View Options
diff --git a/services/terraform/self-host/aws_elasticache.tf b/services/terraform/self-host/aws_elasticache.tf
--- a/services/terraform/self-host/aws_elasticache.tf
+++ b/services/terraform/self-host/aws_elasticache.tf
@@ -6,10 +6,10 @@
# Inbound rules
ingress {
- from_port = 6379
- to_port = 6379
- protocol = "tcp"
- cidr_blocks = ["0.0.0.0/0"]
+ from_port = 6379
+ to_port = 6379
+ protocol = "tcp"
+ security_groups = [aws_security_group.keyserver_service.id]
}
# Outbound rules
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Dec 22, 8:16 AM (13 h, 19 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2690630
Default Alt Text
D12690.id42443.diff (555 B)
Attached To
Mode
D12690: [terraform] restrict redis access to ecs keyserver service only
Attached
Detach File
Event Timeline
Log In to Comment