Questions tagged [ebcli]

ebcli is the short version of Elastic Beanstalk Command Line Interface. This CLI helps people to deploy to AWS Elastic Beanstalk easily.

96 questions
0
votes
0 answers

elastic beanstalk cli publishing .net core 5 webapi to existing Linux Environment - Multi-proj in one solution

I'm trying to deploy .net core 5 application to Elastic Beanstalk. I can deploy application via AWS Toolkit. But I'm trying to deploy via EB CLI. Because github actions works with EB CLI. So when I'm trying command eb deploy, solution create…
loviji
  • 12,620
  • 17
  • 63
  • 94
0
votes
1 answer

AWS EB CLI Django

I have successfully managed to deploy my Django project on AWS EB using EB CLI through PyCharm terminal local project on a Windows PC, however I would like to access the project via an EB instance on AWS console to edit some files individually…
rob
  • 143
  • 1
  • 9
0
votes
0 answers

django AWS EB CLI Unable to deploy with mysqlclient

I have been attempting to deploy my Django project up on AWS ElasticBeanstalk via EB CLI n my local Pycharm project with the built in terminal. Having setup IAM/group (through aws web console) I migrated and ran server locally (Pycharm terminal) and…
rob
  • 143
  • 1
  • 9
0
votes
2 answers

How to resolve MaxRetiresError on AWS Elastic Beanstalk CLI

So I am trying to deploy a django application and trying to initialize my eb cli repository with the eb init command, but I am getting an error when running this command: eb init -p python-3.9 django-tutorial ERROR: MaxRetriesError - Max retries…
0
votes
0 answers

`eb list` does not show previously created envrionments in AWS console

To all AWS wizards out there. I created an eb environment with the web UI. After using the eb cli to init my project with the command eb init, I was unable to see my already created envrionment with eb list. Am I doing something wrong? Is it not the…
mikegross
  • 1,674
  • 2
  • 12
  • 27
0
votes
1 answer

`eb swap AAAA --destination_name BBBB --profile CCCC` returns ERROR: InvalidParameterValueError - Environment 'AAAA' is pending deployment

Hello I am implementing Blue-Green Deployment with AWS Elastic Beanstalk, and it seems the deployment has been completed successfully. but I can not swap blue/green using ebcli. Following command returns an error. eb swap AAAA --destination_name…
0
votes
1 answer

elasticbeanstalk cli not working on new terminal

I installed ebcli using scripts method mentioned in following link: https://github.com/aws/aws-elastic-beanstalk-cli-setup and it works like a charm, but when I open a new terminal and run eb --version, it says no command found Can anyone tell me…
0
votes
1 answer

eb create and eb deploy stuck on uploading 0%

I have installed eb cli using the two ways in the aws documentation. Both ways after installation, I have run eb create to create environment all steps go right and then it stuck on uploading [...] %0 and after couple of minutes if ebcli.lib.aws :…
0
votes
2 answers

Why do I have no logs? empty web.stdout.logs?

So I have an AWS EB environment with and application deployed. I can't view the applications log output (web.stdout.logs is empty)
0
votes
1 answer

Can not switch between between profiles while deploying in Elastic Beanstalk

I am building two websites using two different AWS Accounts in my Windows 64-bit PC. I have deployed a website successfully from my first account. Now when I go to deploy from the second account, the application gets created in the first…
0
votes
1 answer

How do I scale up and down an Elastic Beanstalk application via command line without set the desired instance number

I am new on AWS Elastic Beanstalk and I have deployed an application via eb cli. For me scale up or down my application via eb cli I have found the following command eb scale number-of-instances but in my scenario I would like to scape up or down…
0
votes
1 answer

eb config and .ebextensions/ - .ebextensions/ not working

It is my understanding that editing the config via eb config and via .ebextensions/ both do the same thing. Using eb config directly changes the config were using .ebextensions/ changes the config but is scripted, thus repeatable. Is this correct?…
Alex
  • 1,891
  • 3
  • 23
  • 39
0
votes
1 answer

Unable to run docker container via ebcli on local machine

There seems to be some issue with how ebcli emits the docker run command. Following is the command I am running on a MacOS machine eb local run --port 3001 While eb is able to successfully build the docker image, it throws the error below when it…
comiventor
  • 3,922
  • 5
  • 50
  • 77
0
votes
1 answer

Add SSL to web app built using aws eb cli

I built a web app on top of aws elastic beanstalk cli. I'm trying to add a SSL certificate to the site to make it more secure. The documentation says "The simplest way to use HTTPS with an Elastic Beanstalk environment is to assign a server…
0
votes
0 answers

Your requirements.txt is invalid. AWS Elastic Beanstalk, Django

i am new to aws and django. I was tryinh to upload my code to aws elastic beanstalk using code commit while i am getting the following error 2020/03/12 13:42:30.200017 [ERROR] Command timed out after 300 seconds 2020/03/12 13:42:30.202535 [ERROR]…