All Questions
4 questions
1
vote
1
answer
788
views
awsebcli: installed EB CLI with python 3.9 version via homebrew. Python 3.7 is used in project - potential problems?
I need to run AWS Elastic Beanstalk for deploying django (Django==3.1.5) project.
So I've recently installed EB CLI (macOS) 3.19, which by default installed with Python 3.9.1 via Homebrew.
But I have ...
3
votes
3
answers
1k
views
AWS errors when installing requirements with python 2.7 when EB environment is python 3.6
How do I get the aWS EB instance to use the python 3 version that is already installed on the instance?
I can't get a new environment running with Python 3.6 running Django 2.1+.
Local (not in ...
5
votes
3
answers
1k
views
What is the difference between AWSCLI and AWSEBCLI?
What is the difference between "AWS Command Line Interface" and "AWS Elastic Beanstalk Command Line Interface"?
Do I need both to deploy a Django project through AWS Elastic Beanstalk?
Thank you!
3
votes
1
answer
1k
views
Run a Django app on PyPy on Amazon AWS
I have a Django application, that does some intensive computational tasks. To make its execution faster I run it with PyPy (the Python alternative extension to run scripts faster).
I have to deploy ...