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
Log snapshots fail on instance in VPC
I'm trying to deploy a rails application using AWS Elastic Beanstalk, with the web server instance and RDS instance in a private subnet in the default VPC. The web server instance is connected to a publicly accessible load balancer.
For some…

Eric Andres
- 101
- 3
0
votes
1 answer
WebSocket not Working on Apache Tomcat 7 on AWS ElasticBeanstalk
I just set up me web app on top of ElasticBeanstalk. Everything seemed to work fine, until I discovered that my instance couldn't use WebSocket, every time I tried to connect internal server error code was retured.
When I checked the logs, I found…

Sandro Dolidze
- 1
- 3
0
votes
1 answer
AWS Beanstalk / load balancer doesnt distribute load
I have two instances of EC2 running with Tomcat servers. I deployed my war using beanstalk. My load balancer has both the EC2 machines listed under the Instances tab.
I'm trying to do some load testing. When I generate the load and hit using the…

userkn
- 3
- 1
0
votes
0 answers
Hosting dynamic Flask website using AWS ElasticBeanstalk
I have been trying to host a dynamic Flask website which includes Machine Learning on AWS ElasticBeanstalk. The success message "Environment has succesfully launched" is displayed.
However, in the "environment overview" section the health status is…

Popo
- 1
0
votes
0 answers
Change timeout period of Elastic beanstalk worker daemon on deploy
I have an Elastic Beanstalk worker ENV but on update or a task that requires it to stop processing it stops after 30s. I know the Daemon receives a SIGTERM on when to stop, but the time out is only 30s, how do I change this?
I have tried to find…
0
votes
0 answers
Laravel Crons on Elastic Beanstalk Linux AMI 2
I am running a Laravel app on Elastic Beanstalk Linux AMI 2.
I am using the following config file in the .ebextensions folder to set up the cron.
files:
"/etc/cron.d/schedule_run":
mode: "000644"
owner: root
group: root
content: |
* * * * * root .…

ackerchez
- 119
- 5
0
votes
0 answers
Elastic Beanstalk deploy app in private VPC without public ip address for EC2
I'm currently developing a NodeJS application that I want to deploy in Elastic Beanstalk (EBS). To isolate & secure my cloud resources I'm using VPCs where I deploy the EBS app and also my databases. I'm using an application load balancer to route…
0
votes
0 answers
How to see what is my Amazon elastic beanstalk rds password?
How can I retrieve the database password for my Elastic Beanstalk environment running on the "Aurora MySQL" engine?
I have an IAM user with the necessary permissions to manage the application, but I couldn't find the password in the Secret Manager…

Muzamel Saleem
- 1
- 1
0
votes
0 answers
How to ease AWS deployment with three Elastic Beanstalk applications dependent on each other
I have an application that has three Elastic Beanstalk applications for a single app to run.
App 1 - Scala application containing interfaces to be used as a library
App 2 - Scala application containing all business logic and RDS connection using VPC…
0
votes
0 answers
What are the AWS "equivalents" for these DO products and services?
We are currently running a web application with a Laravel back-end and a Vue JS front-end on DO managed IaaS products:
App Platform
Managed Database Cluster (MySQL)
We are planning to migrate to AWS to satisfy customer requirements around security…

Rhecil Codes
- 145
- 4
0
votes
0 answers
What's the best way to deploy large numbers of low-throughput docker containers on AWS?
What's the best, simple way of deploying a lot of containers to AWS? It's necessary to be scalable but cheap if a container sees little or no use.
I have a method of generating docker containers that serve data (using fastAPI). Each container runs…

Paranoid Altoid
- 21
- 1
0
votes
0 answers
Request throughput between Graviton instances ( C7xLarge vx C72xLarge)
Question: I have multiple(roughly 8) Ec2 C7xLarge instances which can comfortably handle 2500 to 3000 requests/per second. I am running this using an Elastic Beanstalk environment. In terms of throughput, can I achieve twice the same throughput if I…

Sunil
- 101
- 1
0
votes
0 answers
How to configure root block device of ElasticBeanstalk-managed EC2 instance to not DOT?
I have an ElasticBeanstalk-managed EC2 instance whose root block device is set to the default Delete on Termination true. I didn't create this instance or any of the AWS resources used by my app; I used EB and it manages the entire thing. I wish…

Allen
- 131
- 6
0
votes
0 answers
ElasticBeansTalk Rebuild Environment issue
After rebuilding an existing environment, it's keep failing due to using none existing SSL Certificate for LoadBalancer, any idea how to update the configuration to use the new ARN of SSL, or to remove the SSL from Load Balancer as a temp solution

Mhd Wael Jazmati
- 101
- 1
0
votes
0 answers
What are the differences between the migration options for Elastic Beanstalk Multi-container Docker environments to AL2?
We're running an Elastic Beanstalk Multi-container Docker environment on Amazon Linux 1, which has been deprecated and needs to be migrated to Amazon Linux 2.
The documentation presents two options for doing so:
Migration to ECS running on Amazon…

Dario Seidl
- 436
- 5
- 12