AWS Elastic Beanstalk rails app that needs sidekiq workflows that work with Puma / Passenger. Getting the sidekiq process to run led to frequent unsuccessful attempts. Also, getting the rails and sidekiq application to discuss with my AWS ElastiCache cluster seems to need some security changes.
Background
We started with an extremely simple Rails application that was easily deployed to AWAS Elastic Beanstalk. Since those early days, we developed the app to now use the Sidekiq workspace. Sidekiq, in turn, likes to use Redis to accomplish its tasks. In any case, getting all of these puzzles compiled in the AWS world is a little trickier.
source share