1

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

Ofir Luzon
  • 103
  • 3
vidur punj
  • 119
  • 3

1 Answers1

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