ebcli is the short version of Elastic Beanstalk Command Line Interface. This CLI helps people to deploy to AWS Elastic Beanstalk easily.
Questions tagged [ebcli]
96 questions
0
votes
0 answers
Where can I find the environment created using eb CLI on the AWS console?
I created an environment using the eb CLI following the tutorial: http://docs.aws.amazon.com/elasticbeanstalk/latest/dg/create-deploy-python-flask.html
The application runs fine using the command 'eb open'. I expect to see the environment and the…

Tanuj
- 154
- 12
0
votes
1 answer
Could not find a version that satisfies the requirement awsebcli
Error:
Could not find a version that satisfies the requirement awsebcli (from versions: )
No matching distribution found for awsebcli
python version: 3.4.4rc1
pip version: pip 7.1.2 from c:\python34\lib\site-packages (python 3.4)

Ganesh Raju
- 95
- 1
- 14
0
votes
0 answers
awseb cli inconsistent with AWS web console
I am new to AWS. I am trying to setup AWS Elastic Beanstalk. I am using cli.
I followed a youtube tutorial(https://www.youtube.com/watch?v=xhc1boyBkJw&t=317s). The problem is that at the end of tutorial I see "INFO: New application version was…

ujjwal garg
- 711
- 3
- 8
- 18
0
votes
1 answer
How to configure Elastic beanstalk classic load balancer to terminate HTTPS using the CLI
I use the Elastic Beanstalk CLI to deploy my Spring Boot application to EB.
It all works correctly as long as I don't configure HTTPS.
According to the userdocs all I should need to do is create a .config file in my .ebextensions folder with the…

Glen
- 21,816
- 3
- 61
- 76
0
votes
1 answer
Trouble installing lxml to Elastic Beanstalk
Having quite a difficult time installing Python requirements.txt to a PHP application on Elastic Beanstalk.
Initially I had questioned the ability to Deploy multiple platforms to Elastic Beanstalk (PHP/Python). While this is not possible out of the…

Vinnie James
- 5,763
- 6
- 43
- 52
0
votes
1 answer
Deploy php web application on Elastic Beanstalk using Jenkins, git and eb cli
I have a php application that i want to deploy to an elastic beanstalk environment using Jenkins. The Code is on git and i want to be able to use eb cli commands like
eb use
eb deploy.
So, i am not sure how to make this work... as in how to set up…

napsterdsilva
- 163
- 1
- 2
- 14