Nginx – Is using Elastic Beanstalk worth the hassle if using Nginx

amazon-web-serviceselastic-beanstalknginx

AWS Elastic Beanstalk still doesn't support Nginx out of the box for PHP, Python, or Ruby. Regardless of how strange that is, I'm wondering whether it is worth the hassle to configure my existing PHP web application to be an Elastic Beanstalk app.

Are the various hacks for this as trivial as they seem? What additional hurdles might I expect?

Best Answer

Beanstalk is great if you want to go with a mostly default install, but you're likely better off building an AWS OpsWorks cluster if you want to run a custom infrastructure that's extensible in the long-term.