Questions tagged [amazon-elastic-beanstalk]

AWS Elastic Beanstalk is a PaaS (Platform as a Service) service from Amazon Web Services that allows users to create applications and push them to a definable set of AWS services.

AWS Elastic Beanstalk is a PaaS (Platform as a Service) service from Amazon Web Services that allows users to create applications and push them to a definable set of AWS services, including Amazon EC2, Amazon S3, Amazon Simple Notification Service (SNS), Amazon CloudWatch, auto scaling, and elastic load balancers.

AWS Elastic Beanstalk Documentation

9253 questions
54
votes
6 answers

cannot deploy - ERROR: You cannot have more than 500 Application Versions

I get the following error when deploying to EB: ERROR: You cannot have more than 500 Application Versions. Either remove some Application Versions or request a limit increase. I went manually and deleted some versions. I don't want deploys to…
Tal
  • 7,827
  • 6
  • 38
  • 61
51
votes
1 answer

AWS classic load balancer listener isn't created, then disapears

I am trying to add an HTTPS listener to my EBS classic load balancer. I used the CLI upload-certificate tool to upload my cert (using the GUI never resulted in the cert showing up as an option on the load balancer form. No errors, logs, events). I…
51
votes
5 answers

Docker cache gradle dependencies

I'm trying to deploy our java web application to aws elastic beanstalk using docker, the idea is to be able to run the container locally for development and testing and eventually push it up to production using git. I've created a base image that…
martin treurnicht
  • 1,223
  • 1
  • 10
  • 17
48
votes
3 answers

How do you run a worker with AWS Elastic Beanstalk?

I am launching a Django application on AWS Elastic Beanstalk. I'd like to run a background task or worker in order to run celery. I can not find if it is possible or not. If yes how could it be achieved? Here is what I am doing right now, but this…
47
votes
8 answers

AWS EB Error: Incorrect application version found on all instances

I am trying to use the EB CLI to deploy an application into an environment but I seem to be getting strange errors. Is there a way to empty out previous application versions so I can upload a fresh application? The message I see after I execute eb…
Sunwoo Yang
  • 1,213
  • 2
  • 12
  • 22
47
votes
13 answers

Can you run a rails console or rake command in the elastic beanstalk environment?

I have set up a RoR environement on AWS' elastic beanstalk. I am able to ssh into my EC2 instance. My home directory is /home/ec2-user, which is effectively empty. If I move up a directory, there is also a /home/webapp directory that i do not have…
47
votes
12 answers

Is there a CLI to tail logs from AWS Elastic Beanstalk

Is there a CLI utility for tailing logs from Elastic Beanstalk applications. Specifically a python flask application. You can use their eb CLI to get a snap shot ... eb logs But I would like to do (similar to what heroku offers)... eb logs…
Jonathan
  • 16,077
  • 12
  • 67
  • 106
46
votes
5 answers

Your WSGIPath refers to a file that does not exist

I'm trying to upload my Flask application to AWS however I receive an error on doing so: Your WSGIPath refers to a file that does not exist. After doing some digging online I found that in the .ebextensions folder, I should specify the path. There…
Pav Sidhu
  • 6,724
  • 18
  • 55
  • 110
44
votes
10 answers

Unexpected output of 'arch' on OSX (using Mac M1 installing elastic beans)

when trying to install elastic beans on MacBook Air M1, using the following: % ./aws-elastic-beanstalk-cli-setup/scripts/bundled_installer as guidelines shown here: https://github.com/aws/aws-elastic-beanstalk-cli-setup I get the following…
44
votes
3 answers

AWS Docker deployment

I have a custom docker image uploaded to ECS. I opened up the permissions to try and get through this issue (I will lock it down again once I can get this to work). I am attempting to deploy the docker image to elastic beanstalk. I have a docker…
44
votes
4 answers

Docker Error - "jq: error: Cannot iterate over null"

So I'm trying to deploy a dockerfile on Elastic Beanstalk, but I can't get past this error - "jq: error: Cannot iterate over null". Successfully built [myContainerId] Successfully built aws_beanstalk/staging-app [2015-01-29T10:35:59.494Z] INFO …
YYZ
  • 749
  • 4
  • 8
  • 18
44
votes
9 answers

Why every time Elastic Beanstalk issues a command to its instance it always timed out?

I have a PHP application deployed to Amazon Elastic Beanstalk. But I notice a problem that every time I push my code changes via git aws.push to the Elastic Beanstalk, the application deployed didn't picked up the changes. I checked the events log…
ardfard
  • 443
  • 1
  • 4
  • 5
44
votes
6 answers

Elastic IP on application deployed using Elastic Beanstalk

I'm a bit confused about the use of the Elastic IP service offered by Amazazon Web Services. I guess the main idea is that I can switch to a new version of the web application with no downtime following this simple procedure: Deploy the new version…
satoshi
  • 3,963
  • 6
  • 46
  • 57
43
votes
3 answers

Can Spring Boot application handle multiple requests simultaneously?

I am developing Rest APIs with Spring Boot which is deployed on AWS Beanstalk. Potentially, the service will be getting hits from thousands of clients every day. Therefore I would like to understand capability of Spring Boot of handling multiple…
ddd
  • 4,665
  • 14
  • 69
  • 125
43
votes
5 answers

No solution stacks listed in elastic beanstalk configuration

When setting my configuration for Elastic Beanstalk I am not given any options for the solution stack. Here are the lines in question: `Select a solution stack. Available solution stacks are: Select (1 to 0):` Here is the entire…
reeper150
  • 431
  • 4
  • 3