Customizing and Configuring AWS Elastic Beanstalk (EBS) Environments
- Create .ebextensions directory under your project root.
- Copy the
*.configfiles into the directory. - Deploy project to EBS.
- Tested to be working on following configurations:-
- 64bit Amazon Linux 2015.03 v1.4.3 running Ruby 2.1 (Passenger Standalone).
- 64bit Amazon Linux 2015.03 v1.4.1 running Ruby 2.1 (Passenger Standalone).
- 64bit Amazon Linux 2015.03 v1.3.1 running Ruby 2.1 (Passenger Standalone).
- 64bit Amazon Linux 2015.03 v1.3.0 running Ruby 2.1 (Passenger Standalone).
- 64bit Amazon Linux 2014.09 v1.2.0 running Ruby 2.1 (Passenger Standalone).
- Need to set
RAILS_ENVenvironment variable which is used in0003_sidekiq.config. - Source.