Skip to main content

Questions tagged [elastic-beanstalk]

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.

0 votes
1 answer
87 views

AWS EB Docker Linux 2 Failed Deployment

I am running a Docker running on 64bit Amazon Linux 2/3.8.1 on my AWS EB When deploying my source it works if I simply upload my docker-compose.yml file, the upload works and the app is live. I am ...
Luke Rayner's user avatar
2 votes
1 answer
154 views

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 ...
Dario Seidl's user avatar
0 votes
0 answers
127 views

How do i run assets (npm run production) on an elastic beanstalk laravel application?

I have a laravel application, running on an AWS eb instance (elastic beanstalk).I have uploded the code, and connected a database and everything works fine without any errors. But i need to compile ...
danielh's user avatar
1 vote
1 answer
411 views

How do I create an Elastic Beanstalk example?

I have tried to create and deploy on Elastic Beanstalk. It never works. I have spent over 14 hours trying to get EB to work over the course of 1 month. I have followed online tutorials in addition to ...
BigMistake's user avatar
0 votes
0 answers
110 views

AWS - Setup OIDC authentication in ALB with AWS Beanstalk

I have to setup my application in elastic beanstalk with High availability. My architecture involves a php application running in beanstalk in private subnet with ALB (public subnet) which is also ...
Goural's user avatar
  • 35
0 votes
0 answers
226 views

AWS Elastic Beanstalk max request post size

I have an application consisting of the following: Vue.JS front-end website Dotnet Core API From the front-end, I wish to allow the user to upload up to 10 files totaling up to a maximum of 50 ...
Carel's user avatar
  • 131
0 votes
0 answers
77 views

Excluding region prefix from domain in AWS Elastic Beanstalk

I am using AWS Elastic Beanstalk to run a private server for an older game that's no longer supported by the developers. The main executable for that game sends requests to an old elastic beanstalk ...
xScoobie's user avatar
0 votes
0 answers
120 views

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, ...
Popo's user avatar
  • 1
0 votes
0 answers
157 views

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: &...
ackerchez's user avatar
  • 119
1 vote
0 answers
345 views

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 ...
Marc Becker's user avatar
1 vote
0 answers
93 views

How to manage app versions with AWS ElasticBeanstalk Docker platform

So I have successfully launched an app and an environment in AWS ElasticBeanstalk, using private image repository. I can build and push new versions of my app to the repository, and then run eb deploy ...
skrat's user avatar
  • 515
0 votes
0 answers
91 views

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 ...
Paranoid Altoid's user avatar
2 votes
1 answer
2k views

How do I figure out what is filling up my AWS EC2 file system? [duplicate]

Elastic Beanstalk is telling me that my root file system is 96% full. When I SSH into the EC2 instance and run df, I can see that my root file system is 7.95GB/8GB used: Filesystem 1K-blocks ...
Chris.B's user avatar
  • 421
0 votes
0 answers
66 views

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 ...
Sunil's user avatar
  • 101
0 votes
1 answer
404 views

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, ...
user1933738's user avatar

15 30 50 per page
1
2 3 4 5
33