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
Comments
Post a Comment