I have installed the Redis server on the Amazon EC2 instance. Redis is working fine on the server Now I want to open the port 6379 for it "Edit inbound rules" in the security group can you please tell me Type and protocol for it I should use? Thanks in advance
Asked
Active
Viewed 240 times
1 Answers
3
- Type: Custom TCP Rule
- Protocol: TCP
- Port range: 6379
- Source: depends on your needs
Also consider AWS ElastiCache - managed Redis service.

MLu
- 24,849
- 5
- 59
- 86