Top "Amazon-elastic-beanstalk" questions

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.

Amazon Elastic Beanstalk vs EC2 instance with docker containers

If I understand correctly, Elastic Beanstalk creates an EC2 instance for each application you deploy. However, an application typically doesn't …

amazon-web-services amazon-ec2 docker amazon-elastic-beanstalk
Elastic Beanstalk disable health state change based on 4xx responses

I have a rest api running on Elastic Beanstalk, which works great. Everything application-wise is running good, and working as …

rest amazon-web-services amazon-elastic-beanstalk
AWS - What are the exact differences between EC2, Beanstalk and LightSail?

What are the exact differences between EC2, Beanstalk and LightSail in AWS? What are good real time scenarios in which …

amazon-web-services amazon-ec2 cloud amazon-elastic-beanstalk amazon-lightsail
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 background task or worker in order …

django amazon-web-services celery amazon-elastic-beanstalk
How to add multiple keys for elastic beanstalk instance?

There is a very good question on [How to] SSH to Elastic [an] Beanstalk instance, but one thing I noticed …

amazon-ec2 amazon-web-services ssh-keys amazon-elastic-beanstalk
Elastic Beanstalk app won't connect to RDS MySQL instance

I have a CodeIgniter PHP app setup on an Elastic Beanstalk instance. I'm trying to connect it to a RDS …

amazon-ec2 amazon-rds amazon-elastic-beanstalk
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 …

amazon-elastic-beanstalk
Permission denied while elastic beanstalk is retrieving S3 file

I have files stored on S3 and wrote .ebextensions config to automatically copy the them to new instances. I'm receiving …

amazon-web-services amazon-s3 amazon-elastic-beanstalk amazon-iam
How to run a celery worker with Django app scalable by AWS Elastic Beanstalk?

How to use Django with AWS Elastic Beanstalk that would also run tasks by celery on main node only?

django amazon-web-services celery amazon-elastic-beanstalk django-celery
Amazon Elastic Beanstalk not serving django static files

I am trying to put up a simple django app on elastic beanstalk. I thought I had the static parts …

django amazon-web-services amazon-elastic-beanstalk django-staticfiles