0

Can I connect Redis ElastiCache with Rails from my localhost?

This is my Security Groups configuration.enter image description here

this is my endpoint from secrets.yml

redis_url: 'redis://[name_endpoint]:6379'

Thanks.

aynber
  • 22,380
  • 8
  • 50
  • 63
Israel Barba
  • 1,434
  • 20
  • 28

1 Answers1

0

It's poorly documented and an odd design decision, but Elasticache is not accessible from outside your VPN not matter what you do with your security groups. There is a workaround, but it's painful and requires extra boxes.

Eli
  • 36,793
  • 40
  • 144
  • 207