Nodejs and php in same environment in aws Elastic beanstalk -


i have application have both nodejs , php codes. nodejs used run several scripts required application. how deploy such application using aws elastic beanstalk?

there 2 ways accomplish

amazon beanstalk recommended way#1:

  • use configuration file install nodejs. configuration file scripts executed during beanstalk ec2 instances start up.

legacy way#2:

  • customizing elastic beanstalk ami install nodejs , fill custom ami id in beanstalk environment setting.

references:

1.customizing , configuring aws elastic beanstalk environments

2.using custom amis


Comments

Popular posts from this blog

html5 - What is breaking my page when printing? -

html - Unable to style the color of bullets in a list -

c# - must be a non-abstract type with a public parameterless constructor in redis -