Wednesday, 15 May 2013

amazon web services - nginx with Django Support on Elastic Beanstalk -



amazon web services - nginx with Django Support on Elastic Beanstalk -

is right default elastic beanstalk not back upwards nginx django (or python): this faq lists nginx back upwards nodes.js not python.

there few posts on net talk adding support: here , here 1 uses custom ami , other uses fabric go in manually set box. both of these solutions seem phone call question utilize of eb , paas opposed using aws/ec2.

my question is, best way utilize nginx django on eb?

imho best way document manual installation , port elastic beanstalk's .ebextensions.

example:

.ebextensions/01_packages.config

packages: rpm: epel: http://dl.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-7-2.noarch.rpm yum: nginx: []

then utilize other container commands create config files, install remaining packages , run custom scripts.

amazon-web-services nginx elastic-beanstalk beanstalk amazon-elastic-beanstalk

No comments:

Post a Comment