AWS Elastic Beanstalk is a PaaS (Platform as a Service) service that allows you to quickly deploy and manage applications in the AWS cloud. Elastic Beanstalk handles the deployment details of capacity provisioning, load balancing, auto-scaling, and application health monitoring.
Questions tagged [elastic-beanstalk]
496 questions
0
votes
0 answers
AWS Beanstalk - Website refreshing infinitely during scale up
I have a configuration in my Elastic Beanstalk where the maximum number of instances can be "3" and minimum is 1.
When the website is running with just one ec2 instance, it loads without any issues. When the website receives traffic and it scale up…

Rahul Raj
- 1
- 2
0
votes
1 answer
Elastic Beanstalk deploying files that are in .ebignore / .gitignore
I have a Drupal app that is deployed with Elastic Beanstalk from a Mac machine, using the latest version of the EB CLI. The repository is an ordinary GitLab, AWS CodeCommit is not used.
Unfortunately, if I don't religiously take care of running a rm…

user1933738
- 247
- 1
- 6
0
votes
1 answer
How do I change (upgrade) my Elastic Beanstalk instance type?
My current Elastic Beanstalk environment is using the "t2.micro" instance. Recently, my website is getting a lot of traffic and it is not been able to handle CRON jobs. The instance is getting overloaded with high memory usage.
I want to change my…

Navneet Pratap
- 1
- 1
0
votes
1 answer
AWS Elastic Beanstalk 504 Gateway Time-out - occasionally failing to connect to target
I have a fairly simple AWS Elastic Beanstalk setup (Rails on Puma, with NGINX) and get intermittent but quite regular 504 Gateway Time-out on the client (typically 10 seconds after making the request). The requests that fail are quite simple, so…

phil_ayres
- 191
- 1
- 3
- 12
0
votes
1 answer
Elastic Beanstalk Domain Name
I'm new to AWS Elastic Beanstalk.
So i've confused, when i want to create new environment, in the Domain if i use
mydomain.us-east-1.elasticbeanstalk.com it can be done.
But when I try to use like subdomain >>…

Sinauwae
- 23
- 6
0
votes
1 answer
AWS Elastic Beanstalk random spike in NetworkIn traffic once to twice a day
Unusual traffic on my Elastic Beanstalk application. NetworkIn, NetworkOut both spike once to twice a day at random times. Sometimes it crashes my load balancer and I have to go in and manually kill the SEVERE instance to get it to fire another one…

Taylor Brown
- 121
- 5
0
votes
1 answer
How do I deploy a docker container on AWS Elastic Beanstalk privately such that only other AWS resources can access it?
Need to make an AWS deployment decision. A lot of this tech (docker, beanstalk) is pretty new so I don't know best practices (and I'm also foggier than I'd like to be on networking and security).
Tech details: I have a docker application from a…

Paranoid Altoid
- 21
- 1
0
votes
0 answers
Elastic Beanstalk: Authentication does not work?
I'm trying my best to connect my ECS instance to a private registry in gitlab. I've uploaded a .dockercfg file to a bucket in the same region as main EB environment and referenced it as described in the docs:
{
"AWSEBDockerrunVersion": 2,
…

Xen_mar
- 121
- 2
0
votes
1 answer
Elastic Beanstalk worker tier Degraded, SQS daemon keep repeating "init: initializing aws-sqsd 3.0.3"
The env will be Degraded and no message can't be sent.
Platform is Docker using dockerrun.aws.json. Container is a Django app. I tried with two instance types (I confirmed it from EC2 dashboard) t2.micro t2.small
Sometimes, after deployment, the SQS…

Abirafdi Raditya Putra
- 101
- 1
0
votes
1 answer
AWS ElasticBeanstalk: Early termination of worker [puma] Loading development - gems?
I'm currently upgrading rails from 6 to 7 and so had to upgrade my eb platform-version as well (to run ruby-3.0).
Now puma isn't able to start and always looping through:
[13033] + Gemfile in context: /var/app/current/Gemfile
[13033] ! Unable to…

metafoo
- 1
- 2
0
votes
1 answer
block public access to the AWS Elastic Beanstalk URL
I have a node.js app running on AWS Elastic Beanstalk. I have setup a domain pointing to a CDN distribution which is pointing to the EBS. But the web app is also accessible via the EBS URL directly. I want to block public access to the EBS URL. how…

g.revolution
- 121
- 1
- 6
0
votes
1 answer
Access PHP error log in AWS Elastic Beanstalk
I'm running a PHP web app on AWS Elastic Beanstalk, and I've been trying to diagnose some seemingly random (rare) issues users have been encountering after upgrading to PHP 8.
On localhost, I'd have error reporting on for diagnostics, but in…

Ben in CA
- 123
- 7
0
votes
1 answer
How to set up conditional redirects on an Application Load Balancer for an Elastic Beanstalk environment?
I have two Docker-based single-instance Elastic Beanstalk environments (one for staging and one for production).
I'd like to migrate the (Elastic Beanstalk) application to sit behind a load balancer (primarily to take advantage of AWS Certificate…

pleasedesktop
- 201
- 1
- 4
- 9
0
votes
1 answer
apache how configure multi domain https redirection?
I've an apache running under AWS Elastic beanstalk. I've got several different domains and I want all of them to end in a specific domain name, in HTTPS.
The redirection from other domains e.g. https://domain1.com to https://maindomain.com returns a…

poypoy
- 3
- 1
0
votes
1 answer
CannotPullContainerError on AWS Elastic Beanstalk Multicontainer Docker with private repository
I am trying to deploy web application on multi-docker environment using Elasticbeanstalk, and I am using authentication file stored in S3 bucket for repository authentication. But I got the pullcontainer error as below all the time.
'ECS task…