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
4
votes
3 answers

Elastic beanstalk Rails - defaults to production environment even if I set staging environment

I am trying to bring up a staging instance of rails applciation using elastic beanstalk. I followed the documentation and did the following : eb init --environment staging eb start --environment staging After this, I checked that the…
4
votes
1 answer

AWS Elastic Beanstalk for PHP uploading a ZIP off app through CLI

I'm wondering if it is possible fo upload a zip of my entire application to Elastic Beanstalk through CLI? Currently I'm using git aws.push, but the problem is that my app has vendor dependencies I need to install after deploy. If I could directly…
greg
  • 6,853
  • 15
  • 58
  • 71
4
votes
1 answer

Running Python's Celery on Elastic Beanstalk with Django

I'm considering a move to Elastic Beanstalk (on account of the pricing). The blockage is that I have no idea how to setup Celery on a python app (Django, in my case) deployed to the service. Has anyone managed to setup celery on Elastic Beanstalk?…
Pat
  • 1,198
  • 3
  • 12
  • 22
4
votes
2 answers

Logging SLF4J to ElasticBeanstalk

How can I route logging from my Java webapp on Tomcat 7 to the logs visible in the ElasticBeanstalk admin console or Eclipse plugin? My application is coded to the SLF4J API and backed with Logback. I'd really like to not have to SSH in to each box…
DeejUK
  • 12,891
  • 19
  • 89
  • 169
4
votes
3 answers

Deploying Java web application to Amazon Elastic Beanstalk

My team is developing a Java web application which is to be deployed in Amazon Elastic Beanstalk. The development environment is Eclipse and Subversion. They were able to deploy it using the Eclipse plugin, but to automate the deployment I'm…
libregeek
  • 1,264
  • 11
  • 23
4
votes
3 answers

CloudFront in combination with Elastic Beanstalk for dynamic application?

I'm thinking in using CloudFront for dynamic content in combination with an Elastic Beanstalk application. I like the features that Elastic Beanstalk offers (git deployments, automatic capacity provisioning, load balancing, auto-scaling, and…
3
votes
0 answers

Best way to do Beanstalk deployments to a server behind a NAT?

I have been using Beanstalk to deploy code to my Amazon EC2 servers via SFTP for some time. Recently, however, it has become necessary to create a virtual private cloud and separate the servers into two groups. One group has access to the outside…
3
votes
2 answers

Compiling the AWS Elastic Beanstalk demo threw exception No Java compiler available

I'm compiling the Amazon Web Services Elastic Beanstalk demo and attempting to run it (locally, on tomcat7) on a fresh install of Arch linux. Every time, it fails to the console with: Feb 18, 2012 2:31:41 PM…
Daniel Coffman
  • 1,997
  • 3
  • 26
  • 34
3
votes
2 answers

Has anyone run mono for .NET on Amazon Elastic Beanstalk?

EB is based on Apache Tomcat 6/7. I'm a .NET guy so not very familiar with Apache servers. I guess there are two questions. First can you run the mod_mono server on Tomcat 6/7? Secondly, if so can you run it on Amazon EB? We have an enterprise app…
3
votes
2 answers

Rotating S3 Logging using log4j with Elastic Beanstalk

I'm trying to transfer each log file to s3. There is an automatic script that picks up tail_catina.log and overwrites anything there. I want each log file: tail_catalina.log1, tail_catalina.log2, tail_catalina.log3 etc. saved to my s3. I want…
kgibbon
  • 726
  • 1
  • 15
  • 37
3
votes
2 answers

AWS EB environment deployed with CLI not showing in AWS console

I manage to run eb deploy successfully from the command prompt and get the following: 2023-05-21 21:27:31    INFO    Environment update completed successfully. And when I run eb list I get as result the name of my environment * simply-dev. I can…
user3507584
  • 3,246
  • 5
  • 42
  • 66
3
votes
0 answers

New Elastic Beanstalk application - instance profile associated with the environment does not exist" error

I've been trying to deploy my java project on AWS using beantalks service but I'm getting "The instance profile "aws-elasticbeanstalk-ec2-role" associated with the environment does not exist." error consistently. I checked all existing solutions…
gokhan
  • 627
  • 1
  • 6
  • 16
3
votes
2 answers

Elastic Beanstalk Deploy - Slow Zip

I've been using AWS Elastic Beanstalk for about 2 years now. In the past, eb deploy has taken more time as the project grew, but never more than 5-10 minutes. With my latest project, I am using NextJS 13.0.3. When I use eb deploy --verbose, the…
Mike
  • 331
  • 2
  • 12
3
votes
2 answers

Elastic Beanstalk server slows down whenever a instance is added or removed on auto-scaling (Python 3.8 running on 64bit Amazon Linux 2)

So we have recently uploaded a new enviornment for our product We are using python 3.8 Elastic beanstalk is of application type This is my Auto Scaling group configuration These are myscaling triggers configuration I can see there are few spikes…
3
votes
0 answers

Nextjs ISR with AWS Elastic Beanstalk

Our application uses ISR and we have deployed it on Elastic Beanstalk. The problem we are facing is that the autoscaling feature of Elastic Beanstalk is causing incremental revalidation changes to "disappear". The default setting for the auto…
Bill
  • 512
  • 4
  • 14