ThoughtWorksStudios / eb_deployer

AWS Elastic Beanstalk blue-green deployment automation from ThoughtWorks Mingle Team
MIT License
400 stars 95 forks source link

Using Latest Versions of Passenger - how to do? #72

Closed dashbitla closed 8 years ago

dashbitla commented 8 years ago

Right now Beanstalk comes with 4.x version of Passenger as an environment. There are ton of advanced features with 5.x version of Passenger. Is there any ways we can use latest version of Passenger with Nginx? Or Enterprise Passenger version??

xli commented 8 years ago

Change solution stack name (in config file eb_deployer.yml) to what you like to use:

Solution stack for elastic beanstalk, default is 64bit tomcat 7 for JAVA app

solution_stack_name: 64bit Amazon Linux 2014.03 v1.0.3 running Tomcat 7 Java 7