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
2 answers

How can I enable CloudWatchLogs in an ElasticBeanstalk environment running Windows?

I have a webservice that spools out data to a flat file. In non-EC2, raw Windows instances we use the EC2Config service to pump our log files and some performance counters to CloudWatch (See here:…
4
votes
1 answer

Rake db:migrate on aws elastic beanstalk

I'm trying to do rake db:migrate on aws, but can't figure out how Here is my .ebextensions/.config file, but it doesn't work packages: yum: postgresql-devel: [] # Run rake tasks before an application deployment container_commands: …
4
votes
2 answers

How do I enable SSH for my AWS-EB instance?

I have a working AWS Elastic Beanstalk instance with an attached RDS database and want to enable SSH from my development machine. What's the best way to do that? Specifically, can I do it from the AWS Console and will I be able to preserve all of…
orome
  • 45,163
  • 57
  • 202
  • 418
4
votes
1 answer

Where should AWS EB environment configuration files go?

The location and behavior of files used to set AWS Elastic Beanstalk environment properties (e.g. static directory mappings or environment variables) seems to have changed so that much of the information available online appears to be out of date…
orome
  • 45,163
  • 57
  • 202
  • 418
4
votes
1 answer

Django 1.7 on AWS Elastic Beanstalk - App not running, only see "Index Of /"

I'm trying to deploy this repo to Elastic Beanstalk: https://github.com/jordanmessina/test_beanstalk/tree/5e9a919d991adf22bce1a9b8f6c1515e83b1babb with this configuration: 64bit Amazon Linux 2014.09 v1.0.9 running Python 2.7 I'm getting the…
4
votes
2 answers

Can I use Homebrew to install the latest AWS EB CLI?

Homebrew appears to install an older version (unsupported) of the AWS EB tools. Is there a way to get Homebrew to install the current ones? (I'm new to Homebrew.)
orome
  • 45,163
  • 57
  • 202
  • 418
4
votes
2 answers

How do you deploy properly to AWS with Elastic beanstalk and Dockerrun.aws.json?

I currently have a docker image that works locally and is privately hosted on hub.docker.com. Inside the container I have rails, puma, nginx. Elastic beanstalk is able to pull the image successfully from docker hub but fails to do anything…
4
votes
1 answer

App running in Docker on EB refuses connecting to self

I have a Play 2 web application, which I deploy to Elastic Beanstalk using Docker. In this web app, I start an Akka cluster. The starting procedure involves adding all nodes in the autoscaling group as seed nodes (including itself). On the first…
4
votes
0 answers

AWS - Elastic Beanstalk/Glassfish index.html file

I am using Amazon's AWS Elastic Beanstalk to deploy my web application. I am having a problem where the deployed application will display a "Your server is now running" page, rather than my own index.html/jsp page. What I am really confused about is…
radar
  • 595
  • 2
  • 11
4
votes
1 answer

how to set app pool identity for ASP.NET app deployed to aws elastic beanstalk

How can you tell AWS-EB the desired AppPool identity for an ASP.NET web app running in IIS? In the AWS Beanstalk Deploy wizard I don't see this option like you would if deploying straight to IIS or when changing it manually in IIS. Obviously once…
4
votes
3 answers

Elastic Beanstalk "git aws.push" only commited difference?

We are storing our PHP project on github. For fast deployment we are using .bat file for git pushing changes to AWS Elastic Beanstalk cloud: "C:\Program Files (x86)\Git\bin\sh.exe" --login -i -c "git aws.push --environment envname" We are making…
Kainax
  • 1,431
  • 19
  • 29
4
votes
1 answer

Cannot locate modules of Django App on AWS Elastic Beanstalk

I'm trying to make a Django app run on AWS Elastic Beanstalk, but am stuck with what appears like it might be a PYTHONPATH or virtualenv problem, and I can't figure it out. When I try to load a page in my browser, I get the yellow Django error…
4
votes
2 answers

Deleted custom Amazon Beanstalk AMI id

I used custom AMI for my beanstalk environment. Then I deleted that and now can't access the environment. But the worst thing is that I cannot delete that env! How can I do that? ERROR: Configuration validation exception: Unable to look up root…
Volodymyr
  • 1,557
  • 2
  • 14
  • 21
4
votes
3 answers

How to install opencv-python on Amazon Elastic Beanstalk

I've been developing a Python application locally, and now want to deploy it to Amazon Elastic Beanstalk, but I have hit the following error: Downloading/unpacking opencv-python==2.4.8.1 (from -r /opt/python/ondeck/app/requirements.txt (line 12)) …
4
votes
2 answers

git aws.push returns "error: RPC failed; result=22, HTTP code = 400"

I have had a working AWS EB environment for many months across a few projects. Today "git aws.push" stopped working. There have been a number of updates recently for xcode and os x yosemite but I believe these happened days ago and git aws.push…
fleaheap
  • 166
  • 11