django - Multiple elastic beanstalk environment in one ec2 instance -
i using aws elastic beanstalk host dhango application. need setup dev, stage , prod environment of application. whenever using eb create command, launching new ec2 instance new environment.
is possible set multiple elastic beanstalk environment in single ec2 instance. if want host wordpress website in 1 of these instance can ssh logging system , putting website in public web directory ?
no.
elastic beanstalk create ec2 instances per environment. u can have single instance or elastic instance setups.
yes can ssh onto eb instance.
no can't expect changes remain. message when ssh onto eb instance says much.
its managed service you.
the concept of having eb elastic destroys capability baking ec2 instance makes.
use git repository put wordpress site on eb , use database pre-define it.. you'll have state , media issues overcome...
Comments
Post a Comment