I created a Rails 5.0 application with Elastic Beanstalk on Amazon web services, and I was able to successfully create a website with a functioning database. The only problem is that I need an ActionCable to run my application, and it is very difficult for me to configure Elasticache and successfully connect the rails application to the Elasticache cluster.
Many people told me that the load balancer in Elastic Beanstalk does not allow you to communicate with the Elasticache cluster, and I could not find any documentation on how to integrate Redis into the elastic beanstalk in order to configure ActionCable correctly.
Do you guys know a step-by-step detailed approach to successfully setting up ActionCable on Elastic Beanstalk Rails 5.0 using Elasticache?
source
share