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

Deploy Meteor App to Elastic Beanstalk

We are working on a project and we are looking to deploy our meteor app on Elastic Beanstalk, which is not a easy one, we search on google seriously looking for the right way to setup the project. could someone help us with some instructions or some…
4
votes
0 answers

AWS - creating elastic beanstalk application without an EIP

I've spent the whole morning trying to create an elastic beanstalk application without associating it to an EIP. Amazon has a limit of 5 EIPs so I want to just create an instance and then do a CNAME record to the .elasticbeanstalk.com. However, this…
4
votes
1 answer

AWS Elastic Beanstalk Worker Can't Connect to SQS

I have a problem with AWS ElasticBeanstalk Worker with SQS. I have read many resources and do experiment about it but still can't connect the worker with SQS successfully. The worker act as consumer is created using Node.js with Hapi. I have tested…
4
votes
1 answer

Unique Hostname for New Relic's nrsysmond on Elastic Beanstalk

I'm configuring nrsysmond to run on an Elastic Beanstalk container that hosts Generic Docker containers. Is there any way to get the instance index so that I could combine that with a constant? Something like Production-1, Production-2, etc. The…
4
votes
0 answers

Elastic Beanstalk EC2 instance unknown host issue

I have a Tomcat environment running on Amazon Elastic Beanstalk (within a VPC). Right of the bet after uploading my tomcat war file, I got java.net.UnknownHostException: ip-10-1-1-293: ip-10-1-1-293: unknown error. After a bit of research, I found…
4
votes
0 answers

activate mod_rewrite for PHP in beanstalk

I been swimming in the AWS documentation and become sunk... I recently uploaded my php project using Elastic Beanstalk, but when O try to access any URL that is not the home, I get a 404 not found. I think is a .htaccess related problem or…
4
votes
3 answers

AWS EC2 Container Service / Elastic Beanstalk Docker Container Port udp binding

According to the documentation of ECS task definitions, this is how we define port mappings. "portMappings": [ { "containerPort": integer, "hostPort": integer } ... ] By default this is binding port over tcp. How to…
eldos
  • 3,132
  • 3
  • 29
  • 32
4
votes
1 answer

Laravel 4.2 AWS SQS queue setup using EB worker environment

I'm trying to set up Laravel 4.2 queue using AWS SQS and an EB Worker environment. I'm pushing the job into the queue from another server and I want the worker environment to execute it. But so far it looks like the worker tries to execute it, but…
4
votes
1 answer

nginx 502 hindering eb Worker and SQS causing Visibility Timeout to not be respected

I am having the same symptoms as https://forums.aws.amazon.com/message.jspa?messageID=580990#580990 but on EB Docker Preconfigured Python (i.e. visibility timeout not respected). First off, my queue visibility timeout (configured in both eb and sqs)…
Gobi Dasu
  • 459
  • 1
  • 6
  • 22
4
votes
1 answer

AWS Elastic Beanstalk and Whenever Gem

I have a Rails 4.2.1 app, using Ruby 2.2. I'm trying to use the Whenever Gem to update cron tasks on my Elastic Beanstalk from my code base. I've followed a few resources from AWS where you can add files to the .ebextensions folder and use EB's post…
4
votes
1 answer

Elastic Beanstalk, Bundler could not find compatible versions for gem "bundler"

I have tried Elastic Beanstalk for rails. When I run eb deploy I got this error. I need to install at least bundler 1.8.4. Any idea how to resolve this? Bundler could not find compatible versions for gem "bundler": In Gemfile: bundler…
4
votes
0 answers

Elastic Beanstalk Embedded Jetty

I am building bunch of services with embedded jetty. I prefer to deploy those services in Elastic Beanstalk. Elastic Beanstalk supported environments comes with Tomcat which is not required for me. So which environment should I use to run my…
4
votes
1 answer

Node.js Error: EADDRINUSE on Elastic Beanstalk host

I have the following error message with node.js: events.js:72 throw er; // Unhandled 'error' event ^ Error: listen EADDRINUSE at errnoException (net.js:904:11) at Server._listen2 (net.js:1042:14) at Server.wrappedListen2 [as _listen2]…
user3464679
  • 309
  • 1
  • 3
  • 13
4
votes
4 answers

Version error in AWS Elastic beanstalk for Multicontainer Docker Configuration

Trying to link mysql with phabricator in Elastic beanstalk with help of dockerrun.aws.json file as shown below. But it sows error as [Instance: i-cdbaf100 Module: AWSEBAutoScalingGroup ConfigSet: null] Command failed on instance. Return code: 1…
4
votes
0 answers

AWS elastic beanstalk initialization error while deploying Django app

I tried to install the awsebscli package in my virtualenv, first trying the below command pip install awsebcli then the next command that initializes eb eb init then when I choose a region number from the given list, it says the following error…