Tagged Questions

Amazon Elastic Beanstalk is a part of Amazon Web Services (AWS) and allows developers to upload an application and Elastic Beanstalk automatically handles the deployment details of capacity provisioning, load balancing, auto-scaling, and application health monitoring.

learn more… | top users | synonyms

7
votes
4answers
1k views

SSH to Elastic Beanstalk instance

I just signed up for Amazon's new Elastic Beanstalk offering and loving it. What I can't figure out is how to SSH to a Beanstalk instance. I don't have a private key because Beanstalk generated the ...
6
votes
3answers
1k views

ElasticSearch / Solr on AWS Elastic Beanstalk

Has anyone tried / planning to try deploying ElasticSearch / Solr on the new AWS Elastic Beanstalk service? Solr has some info on deploying under Tomcat (which is part of Elastic Beanstalk), couldn't ...
6
votes
3answers
870 views

Codeplex + SVN. How good is SVN bridge?

I avoided CodePlex because of it's lack of support for proper SVN and was dissuaded by complaints about short comings. Recently, I have been wanting to port my project from beanstalk over to codeplex ...
4
votes
5answers
222 views

Typical .gitignore file for an Android app

Just put an Android project under git (beanstalk) version control via the command line (mac terminal). Next step is to set up exclusions. To those of you who have already been down this path: What ...
4
votes
2answers
354 views

Is there any decent git repository manager that's downloadable?

I want to host git repos on my server, but still have a nice tool to manage them, such as Beanstalk or Assembla. Does anyone know of a similar tool which is downloadable (Other than Assembla ...
4
votes
2answers
678 views

How to deploy Subversion externals?

We're testing the waters with SVN, with Beanstalk as a host. Our setup looks something like this: Repository: Modules Module 1 Module 2 Module 3 Repository: Website 1 Custom website code ...
3
votes
3answers
299 views

Show the latest commit value within a web application?

I have a few Rails applications and I use Git as the version control system. I use either GitHub or Beanstalk as the repository hosts. What I am trying to is quite simple in theory. Somehow show the ...
2
votes
1answer
30 views

AWS - Configuring access to EC2 instance from Beanstalk App

So for reasons Id rather not go into, my DB is on an EC2 instance in eu-west-1 and I have created a beanstalk app on us-east-1. Id like my app to talk to that EC2 instance on a MySQL port (3306). ...
2
votes
1answer
51 views

How do I pass UserData to a Beanstalk instance with CloudFormation

I need the application server, which is beanstalk instances, to do some actions upon startup and I thought of running a bash script passed to the instance with the UserData property which is available ...
2
votes
1answer
139 views

customize Elastic Beanstalk instances

We are deploying a java web application in Elastic Beanstalk. The Beanstalk by default provides Redhat instances with Tomcat7 & openjdk. But i want to customize the instances so that i can use ...
2
votes
0answers
75 views

Elastic Beanstalk without loadbalancer

I would like to switch of load-balancer for my Elastic Beanstalk instance. Currently I don't need it and I don't want to pay for it. It is possible to delete load-balancer in EC2 managment window ...
2
votes
1answer
94 views

My custom beanstalk keeps restarting

I am trying to customize the default AMI of beanstalk, but everytime I get server restarts after some random time. I went so far as not to change anything, but nothing works. I have tried the ...
2
votes
1answer
488 views

Amazon RDS and Elastic Beanstalk connectivity

There are already several threads where this question is discussed, and I have already tried implementing suggestions discussed in Elastic Beanstalk -> RDS connection error using Grails. I have also ...
2
votes
1answer
73 views

AWS ElasticBeanstalk in a production environment

I wonder about the choice of AWS Elastic Beanstalk as an environment for the production system. Do you have some experience in this regard?
2
votes
1answer
249 views

How do I start a background process in Ruby?

I'm having some difficulties to starting a background process in Ruby. I've this code right now. #!/usr/bin/env ruby -w require "daemons" require 'rubygems' path = ...
2
votes
2answers
363 views

Can't generate a working customized EC2 AMI from Amazon Beanstalk sample appl

As I want to install Jenkins (ex-Hudson) to operate my continuous integration processes on AWS Beanstalk, I need a custom AMI because some parameters in Tomcat & Linux have to be changed for ...
2
votes
2answers
93 views

configuration files in version control while deploying

I have a particular problem with config files and deployment. When I deploy my project, it eventually moves to two different branches: staging and production (using SVN here) I make the branch from ...
1
vote
1answer
49 views

How to create Elastic beanstalk configuration template for a Environment

Whenever i create a new Environment in Elastic Beanstalk, i manually configure the Custom AMI ID, SNS notifications etc., but i want to do it automatically i.e, save the settings(custom AMI ID, SNS, ...
1
vote
2answers
67 views

Unable to push on beanstalk master

I am using windows git bash, when i run the command git push beanstalk master I got the following error, Connected to host `XXXXXX.beanstalkapp.com port 22:` bad file number fatal: the remote end ...
1
vote
2answers
97 views

Deploying using Beanstalk SVN Branches

Beanstalk suggests having branches set up (in SVN) to act as listeners for deployment, (i.e. /branches/development/). I know how to merge changes to a branch, if I'm currently working in that branch. ...
1
vote
2answers
326 views

Git, Beanstalk, WordPress Ultimate Deployment Approach

I'm using Git and Beanstalk to develop WordPress locally and then deploy to the production server with Beanstalk's deployment process. But how do I sync changes that are made on the production server ...
1
vote
0answers
134 views

503 error while connecting to my ec2 elastic beanstalk deployment

i deployed my war onto elastic beanstalk and I am running many connections from an outside pc onto the service trying to load test. I am getting this error [ERROR] 2011-08-09 07:03:52,134 could not ...
1
vote
3answers
551 views

Has anyone created a Hudson or Jenkins Job to deploy to an AWS Beanstalk Instance?

I want to move an app I have to beanstalk. I want to have an easy automated way to promote new builds though. The console interface in beanstalk is nice: I can just get the war file and upload it. ...
1
vote
2answers
174 views

Are there tutorials for Elastic Beanstalk that include use of JPA or Hibernate?

It is easy to create a simple web app that runs in Elastic Beanstalk. It seems like apps that are designed to run on a local instance of Tomcat and access a database using JPA and/or Hibernate add a ...
1
vote
2answers
295 views

How can I commit a single file using SVN over a network?

I am able to check out an entire svn repository using the following command: svn co https://myaccount.svn.beanstalkapp.com/myapp/ But I cannot figure out the command to commit a single file. ...
1
vote
3answers
2k views

EGit + Beanstalk - Auth Fail

I have Eclipse 3.5 and EGit 0.9.3 installed. Gitbash can authenticate fine to Beanstalk, but for some reason Eclipse gives me Auth Failed when I try to import/clone a repo into Eclipse. Also, I don't ...
1
vote
1answer
336 views

Git and Beanstalk

I'm experimenting with Git... I've found Beanstalkapp suits my needs. I've created individual repositories for EACH client on Beanstalk and then pushed all the files from a machine at work. I've ...
1
vote
1answer
131 views

svn without local copy

I'm in this kind of situation: i'm working with a remote developer on a cakephp website. He works on a local copy (php etc..) and updates a staging server. I usually do directly the edits (mainly ...
1
vote
1answer
323 views

A way to specify a different host in an SSH tunnel from the host in use

I am trying to setup an SSH tunnel to access Beanstalk (to bypass an annoying proxy server). I can get this to work, but with one caveat: I have to map my Beanstalk host URL ...
0
votes
1answer
31 views

How to Deploy a ColdFusion WAR File [closed]

ColdFusion 9 (and other versions) has the ability to package a CF application as a WAR file. Has anybody on the planet ever done this and successfully deployed their ColdFusion application to ...
0
votes
2answers
49 views

How to make a branch in SmartGit with beanstalk?

I have SmartGit GUI tool for my beanstalk repos. I want to make a branch of one of my repos. For this i have created a branch using smartGit branch manager, but how i create this to beanstalk. and the ...
0
votes
1answer
21 views

AWS Elastic Beanstalk: Scaling Trigger CPUUnitilization

I'd like to change the AWS Elastic Beanstalk Scaling Trigger. I did the following: Go to "AWS Management Console" Click "Actions" -> "Edit Configuration" Click "Auto Scaling" tab I change the ...
0
votes
1answer
119 views

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 overrights anything there. I want each log file tail_catalina.log1, tail_catalina.log2, ...
0
votes
1answer
78 views

What version of J2EE am I using on my AWS Elastic BeanStalk Tomcat 6 server?

I need to know what version of j2ee I am running on my elastic beanstalk instance but I do not know where to look for it. I am using ami-2537f14c running 32bit tomcat 6.
0
votes
1answer
175 views

How to force https on amazon elastic beanstalk without failing the health check

I have configured my Elastic Beanstalk environment to redirect all pages to https, redirection works, however, the instance fails the health check and gets terminated, any ideas how to configure the ...
0
votes
1answer
128 views

Restlet with AWS Elastic Beanstalk

Has anyone successfully deployed a Restlet application on AWS Elastic Beanstalk? If so, are there any significant gotchas that need to be worked around?
0
votes
1answer
164 views

How can I use Subversion, Ubuntu, Beanstalk

I've installed subversion on my ubuntu machine and I am trying to pull down a repository from beanstalk with the following command: svn co https://myaccount.svn.beanstalkapp.com/myapp/ It ...
0
votes
0answers
218 views

AWS Elastic Beanstalk vs Azure pricing [closed]

Anyone done a comparison between these from a price perspective?
0
votes
0answers
276 views

grails quartz jobs not running in tomcat on ec2

Hi I've built a grails application that is using the Quartz plugin to run periodic jobs. I've been building functionality to perdically push my log files to my S3 account. ( This was built to get ...
0
votes
2answers
381 views

AWS Beanstalk to RDS issues with DataNucleus

I am trying to run a JSP file deployed to Amazon's Beanstalk, which uses DataNucleus to connect to RDS, and am getting the following error: javax.jdo.JDOFatalDataStoreException: No suitable driver ...
0
votes
2answers
190 views

Several apps (i.e war files) on same Beanstalk instance

In order to be conservative on resources (and costs), I would like to put more than 1 war file (representing different apps) on the same EC2 beanstalk instance. I would like then to have appl A ...
0
votes
1answer
153 views

Triggers in Amazon AutoScaling servers in Elastic Beanstalk

I would like to Configure Triggers for AutoScaling in Elastic beanstalk. Basically I want to scale-out new instance if the user does not get response for more than 4 seconds. Can you please advise ...
0
votes
1answer
112 views

I need help figuring out a good workflow using git and the beantstalk app service

First of all, I should say that I'm starting to learn git so that it can be used for a two person development team. Really small I guess. Also, I should also state that I have a free account with ...
0
votes
2answers
251 views

Unable to commit to svn with beanstalk on a Mac

I am using Xcode 3.2, Mac OS 10.6 and svn for version control. I am using beanstalk for this svn. I created a repository in beanstalk and made changes in Xcode. When I tried to commit the project from ...
0
votes
3answers
281 views

Adding authentication to beanstalkd from Python (or any UNIX) client

So what I like about beanstalkd: small, lightweight, has priorities for messages, has a great set of clients, easy to use. What I dislike about beanstalkd: the lack of authentication menaing if you ...
0
votes
2answers
326 views

Which Bug Tracking tools can Beanstalk work with?

Which Bug Tracking tools can Beanstalk work with? e.g. so that when I check in code, I can mark it with a bug reference and it will cross-reference for me. edit: also interested in tools that can ...
0
votes
2answers
2k views

Beanstalk like Functionality

I'm finally getting my team to embrace source code management now that we're working on projects where more than one dev is touching the same codebase, and I setup a free/trial account on Beanstalk ...