jrfoster said almost 4 years ago on AWS Security Groups and Deploying Rails 6 to Beanstalk :
Thanks Dave, love the deployment stuff. Great video.

Markus Sadler PRO said almost 4 years ago on AWS Security Groups and Deploying Rails 6 to Beanstalk :
Quick note on migrations: you can customize it, so migrations (any commands, really) are only run on one instance. You can configure that in the ebextensions, by using `leader_only`. (https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/customize-containers-ec2.html#linux-container-commands)

David Kimura PRO said almost 4 years ago on AWS Security Groups and Deploying Rails 6 to Beanstalk :
Great tip! It took me a minute to understand what the `leader` was. Had to get my head out of `vim mode`.

Markus Sadler PRO said almost 4 years ago on AWS Security Groups and Deploying Rails 6 to Beanstalk :
Your comment section doesn't really work that well on the iPad, so I kept it as short as possible, sorry. :D

Flo Bee Jones said over 3 years ago on AWS Security Groups and Deploying Rails 6 to Beanstalk :
I just want my app to communicate to a RDS. Is adding Reddis required? Or can I just skip that part? Thanks, Flo

David Kimura PRO said over 3 years ago on AWS Security Groups and Deploying Rails 6 to Beanstalk :
you can skip that part for sure if you just need the RDS

adam said over 3 years ago on AWS Security Groups and Deploying Rails 6 to Beanstalk :
You rock Dave! Ive been pounding my head against a wall trying to get rails 6 deployed to EB through Codestar. you convinced to make time to cut out the bloat and do a straight EB deployment.

darlyn bravo peña said almost 2 years ago on AWS Security Groups and Deploying Rails 6 to Beanstalk :
I saw this is not working on Ruby 2.7 running on 64bit Amazon Linux 2, I have a lot of problems for precompile assets and the command `get-config` has been changed some one deploy Rails 6 with ruby 2.7 ? I check the docs officially but I am having a lot of problems to implement this. 

Login to Comment