Deploy multiple platforms to Elastic Beanstalk

0 votes

Is it possible to deploy multiple platforms to AWS?

I have a PHP application that I would also like to run a small python script.

I see the PHP platform installs Python by default, but using eb deploy AWS does not pick up requirements.txt and install the dependencies.

I have tried installing requirements.txt manually which hangs when trying to install lxml. I also tried adding a config file:

option_settings:
  aws:elasticbeanstalk:container:python:
    WSGIPath: application.py
    NumProcesses: 3
    NumThreads: 20

But now eb deploy gives an error.

So, what is the proper way to run multiple platforms side by side?

Nov 28, 2018 in AWS by datageek
• 3,090 points
1,027 views

1 answer to this question.

0 votes

Solve by using .ebextentions to run pre-install commands in the container during deployment, which required setting the system path during eb deploy

answered Nov 28, 2018 by Archana
• 5,640 points

Related Questions In AWS

+1 vote
1 answer
0 votes
1 answer

How to configure Elastic Beanstalk for RDS

I suggest removing the config file from ...READ MORE

answered Aug 14, 2018 in AWS by anonymous
850 views
+2 votes
1 answer

Deploy Docker Containers from Docker Cloud

To solve this problem, I followed advice ...READ MORE

answered Sep 3, 2018 in AWS by Priyaj
• 58,090 points
2,472 views
+2 votes
1 answer
+1 vote
1 answer

How to make an application private on AWS Elastic Beanstalk?

Like you said by default, your application ...READ MORE

answered Oct 25, 2018 in AWS by Archana
• 5,640 points
1,980 views
0 votes
1 answer

restrict access to specific AWS Elastic Beanstalk resources

Yes. You can allow or deny permissions ...READ MORE

answered Nov 21, 2018 in AWS by Archana
• 5,640 points
1,077 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP