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)
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.
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.