Customizing and Configuring AWS Elastic Beanstalk (EBS) Environments
- Create .ebextensions directory under your project root.
- Copy the
*.config
files into the directory. - Deploy project to EBS.
- Tested to be working on Configuration: 64bit Amazon Linux 2014.09 v1.2.0 running Ruby 2.1 (Passenger Standalone)
- Need to set
RAILS_ENV
environment variable which is used in0003_sidekiq.config
. - Source.