Elastic Beanstalk is a PAAS cloud service offered by Amazon Web Services.

learn more… | top users | synonyms

0
votes
0answers
8 views

setting up https proxy on elastic beanstalk

I'm trying to setup a proxy through an .htaccess file to send requests through to another server, like so: RewriteRule ^thisurl/(.*)$ https://anotherdomain.com/thaturl/$1 [P] This works perfect on ...
0
votes
0answers
11 views

PHP Amazon Beanstalk logging options

I'm running PHP on Amazon Beanstalk. What is the prefered way to write log entries and how do I collect them when running multiple server instances? I've googled quite a bit, but couldn't find a good ...
0
votes
0answers
21 views

my code raises TypeError (can't convert nil into String): in production environment on AWS only, works fine on my local development machine

I apologize if my question is stupid. I am still a bit of a noob with all of this. Basically, I have the following problem with my app. I have a form that gets submitted in a modal window. The user ...
0
votes
0answers
11 views

AWS Responses from [i-2a7fe91f] were received, but the commands failed

I have a 64 bit Tomcat 7 server on AWS with the default settings. I use Elastic Beanstalk to manage my instances. Sometimes when I deploy a new version, it doesn't work and shows me an error: ...
0
votes
0answers
14 views

successfully deployed flask app but getting a 404 when accessing the page

I was able to deploy a sample flask app to AWS using the instructions from this document http://docs.aws.amazon.com/elasticbeanstalk/latest/dg/create_deploy_Python_flask.html the status from "eb ...
0
votes
1answer
15 views

Amazon S3 - Anonymous TVM vs Identity TVM

I'm trying to create a social app similar to a facebook app. Users upload photos and videos to the server. I'm thinking about using Amazon S3 to store this user generated content. Each of these ...
0
votes
0answers
13 views

Cannot run aws.push for local repository head

I'm trying to deploy a Ruby project (redmine) on an Elastic Beanstalk server using the Elastic Beanstalk Command Line Interface, but when I try to launch the environment i get the following error: $ ...
0
votes
0answers
10 views

How to use clockwork with Amazon AWS Elastic Beanstalk?

I am in the process of migrating a Rails app from Heroku to AWS Elastic Beanstalk. As I do so, I'm wondering how to use the clockwork gem with EB since it doesn't use a Procfile like Heroku does. My ...
0
votes
0answers
19 views

Deploy ruby 2.0 and rails 4.0 on EC2 with beanstalk

I deployed my rails 4 app on EC2 with beanstalk. Since there is no ruby 2.0 and rails 4.0 container available currently, I just installed ruby 2.0 and rails 4.0 on the instance follow with this post: ...
0
votes
0answers
15 views

How to install and setup AWS Elastic Beanstalk Command Line Tool in Ubuntu? [closed]

I'm following this tutorial. And I have downloaded the Elastic beanstalk tools. Now I stuck with initializing the 'EB CLI tool'.! i.e, I don't understand this step: Screenshot of the tutorial Where I ...
0
votes
0answers
5 views

AWS Elastic Beanstalk: Can't push incremental changes

So I've just started using AWS Elastic Beanstalk and it's been working perfectly until today. It seems as though I can no longer push incremental changes with the following command: git aws.push ...
0
votes
1answer
29 views

Getting “ImportError: cannot import name HTTPSConnection” error in Python 2.7

I'm trying to deploy django in AWS ElasticBeanstalk. While I was following the steps as shown here, I'm stuck with the command, "eb init". I'm using Python 2.7 in Ubuntu 12.10 (vmware) I'm getting the ...
0
votes
1answer
18 views

Getting peewee to work on elastic beanstalk

I'm trying to install the peewee package on an elastic beanstalk instance to control a bottle application. I think the problem is with the MySQL-python dependency, but peewee doesn't load either. My ...
0
votes
1answer
21 views

No solution stacks listed in elastic beanstalk configuration

When setting my configuration for Elastic Beanstalk I am not given any options for the solution stack. Here are the lines in question: `Select a solution stack. Available solution stacks are: ...
0
votes
1answer
23 views

Referencing env variables from Elastic Beanstalk .ebextensions config files

Is it posssible to reference the PARAM1 / PARAM2 etc.. container environment properties from the .ebextensions config files. If so, how? I tried $PARAM1 but it seemed to be an empty value. I want to ...
0
votes
0answers
23 views

AWS Elastic Beanstalk only receives the most recent commit

I'm having a problem with Elastic Beanstalk / the eb command line tool. Until recently it was working ok, but at the moment when I run git aws.push it only pushes the most recent commit, rather than ...
1
vote
1answer
21 views

PHP AWS Elastic Beanstalk background workers

I have deployed my application using Elastic Beanstalk, since this gives me a very easy deployment flow, to multiple instances at once using the "git aws.push". I like to add background processing ...
0
votes
0answers
25 views

Retrieving stdout/stderr on Amazon EBS

How do I get what has been printed to stdout/stderr (using console.log and console.warn with Node.js EC2 Instance) using Amazon AWS, specifically EBS?
0
votes
0answers
13 views

ElasticBeanstalk Token Vending on iOS

I am having trouble with the anonymous vending machine hosting on elastic beanstalk. The situation is that I'm using the code that AWS provides for iOS, but getting 500s back for the crypto generated ...
0
votes
1answer
53 views

Startup Script with Elastic Beanstalk

I'm using Elastic Beanstalk (through Visual Studio) to deploy a .NET environment to EC2. Is there any way to have the equivalent of Azure's startup cmd scripts or powershell scripts? I know that you ...
0
votes
0answers
51 views

Sockets not working on AWS Elastic Beanstalk

I am trying to deploy my nodejs (express) to AWS Elastic Beanstalk using AWS Documentation.Every thing works fine but Websockets not working.. After googling find this link Websockets with socket.io ...
0
votes
0answers
13 views

Receiving ClassNotPersistenceCapableException despite JDO Enhancement

I am experiencing a confusing exception. I created a plain old java object which shall be persisted to my remote MySQL database. When deploying the application to Amazon Elastic Beanstalk I receive ...
0
votes
0answers
13 views

Do I need to completely delete and recreate my beanstalk app if I change requirements.txt?

I followed the directions outlined in AWS documentation for creating an Elastic Beanstalk application, however after deploying my application via "eb start" the status was red. I checked the log files ...
0
votes
0answers
38 views

AWS Elastic Beanstalk aws.push permission denied

I'm new to AWS (and Ubuntu, for that matter), and figured Elastic Beanstalk would be a good place to start. I have a PHP application, in a git repository, that works fine when I test it locally or on ...
0
votes
1answer
48 views

How to make two Elastic Beanstalk environments share one database instance

I have a rails elastic beanstalk application with two environments, staging and production. When creating the application and staging environment with eb init i created a database instance. I used the ...
0
votes
1answer
24 views

Using JDO in Elastic Beanstalk results in ClassNotPersistenceCapableException

I implemented an application with Elastic Beanstalk. Since some classes shall be persisted, I use (Apache's) JDO annotations in combination with DataNucleus. When running the application on a local ...
0
votes
0answers
22 views

Rack: /var/app/current: No such file or directory on Elastic beanstalk

Im trying to clone a repository onto the Rails root on an AWS Elastic Beanstalk instance but im experiencing the following error rb. %x(git clone #{a["clone_url"]} ...
0
votes
0answers
26 views

Access Denied to an S3 object in Elastic Beanstalk configuration setting

I am trying to configure the 'source' parameter in an elastic beanstalk application config file. The relevant source is a bz2 file which i have uploaded in a new S3 bucket. As an example, the name of ...
1
vote
1answer
30 views

Rails Json String Length

I am trying to pass JSON to an API, which has the possibility to be fairly long due to including territory codes. When restricting the territories to 20 or 30, everything works fine, but when ...
1
vote
1answer
40 views

Secure connections between client, load balancer and server

The past week or so I have been getting to grips with the world of AWS and more specifically Elastic Beanstalk and Load Balancing... The application I'm developing enforces a SSL/HTTPS connection ...
1
vote
1answer
40 views

Can AWS Elastic Beanstalk be used to deploy to an already existing EC2 instance? .net

I have an Amazon EC2 instance which I have been using for quite some time for deployment of a .net application. The existing instance has a large database set up already on it which is used with the ...
0
votes
0answers
25 views

aws beanstal php linux 64 bit - install tomcat [closed]

I have instance on amazon beanstalk php linux 64 bit and it works well. It runs on port - 80. I've installed tomcat6: sudo yum install tomcat6 tomcat6-webapps Then runned it: service tomcat6 start ...
1
vote
0answers
25 views

Running netty application in Amazon Elasticbeanstalk

I have a regular netty application server that runs on port 44080 and is built as a .jar file. I would like to use elastic beanstalk to manage the lifecycle of the application. Is there a way I can ...
1
vote
1answer
30 views

Including Boto Library in Elastic Beanstalk

I am in search of how to include the Boto library in an Elastic Beanstalk instance. I was under the impression I had to specify it in .ebextensions. Unfortunately, this doesn't seem to work (see ...
0
votes
3answers
28 views

What is the AWS Elastic Beanstalk CPU cap on the Free Tier?

I have a web app that will definitely be a low-traffic app (less than a few dozen hits per day), but when it does get a "hit" (the user actually has to kick off an action), it wakes up and does some ...
0
votes
1answer
22 views

Computing power of AWS Elastic Beanstalk instances

I have a CPU-intensive application that I'm considering hosting on 1+ AWS Elastic Beanstalk instances. If at all possible, I'd like to throttle it so that I don't dip over the "free" utilization of ...
1
vote
1answer
49 views

Can't load static files with bottle on elastic beanstalk

After some help, I got my bottle application running with Elastic Beanstalk. Well almost - I still can't see any static files. I have followed the instructions here by inserting a file called ...
2
votes
2answers
66 views

Sharing AWS Elastic Beanstalk configuration

I have a project deployed to Amazon Elastic Beanstalk but I need to have other team members deploy as well. We are using AWS eb CLI, which is very handy. But, it adds all generated configuration ...
0
votes
1answer
51 views

Run background jobs with elastic beanstalk

I am trying to start a background job in elastic beanstalk, the background job has an infinite loop so it never returns a response and so I receive this error:" Some instances have not responded to ...
0
votes
1answer
60 views

Can't get bottle to run on Elastic Beanstalk

I've got a website written in bottle and I'd like to deploy it via Amazon's Elastic Beanstalk. I followed the tutorial for deploying flask which I hoped would be similar. I tried to adapt the ...
0
votes
1answer
47 views

How to protect access to Elastic Beanstalk resources + security advices?

I'm using Elastic Beanstalk as well as the new features for automatically creating some environment resources (like SQS queues). This is really convenient, however this suffer from one problem : if I ...
1
vote
0answers
45 views

What's the best way to implement parallel tasks with Django and Elastic beanstalk?

I have been trying to implement celery with django and elastic beanstalk with SQS, but I still don't know how should I start the workers in background, it seems that I need to create an AMI outside of ...
3
votes
0answers
41 views

Elastic Beanstalk security patches

I currently use Ubuntu with unattended-upgrades on all my ec2-instances, to keep any nasty holes closed, but when running apps via Elastic beanstalk i can't see any option on how to handle patches to ...
2
votes
1answer
35 views

How to setup supervisord on Elastic Beanstalk?

I am migrating from DotCloud to Elastic Beanstalk. Using DotCloud, they clearly explained how to set up Python Worker, and how to use supervisord. Moving to Elastic Beanstalk, I am lost on how I ...
0
votes
1answer
54 views

Using “git aws.push” overwrites the database I have with my elastic beanstalk app

I have a "comments.db" file in the root of my git repo for a flask application hosted by amazon. It works just fine on the server - when someone adds a comment to a post, the database on the server ...
0
votes
3answers
118 views

AWS Elastic Beanstalk configuration files

I have an application running on aws elastic beanstalk. The application needs an configuration file, which I putted for testing on the ec2 instance manually. Problem is, that when the autoscaler ...
3
votes
0answers
56 views

Grails 2.1.4 and 2.0.4 stops serving random JS and CSS files in AWS Elastic Beanstalk

I have a big problem with our Grails application running in AWS Elastic Beanstalk. Our application is running on 4 instances with Tomcat 7 and sometimes it scales to more. From time to time a random ...
2
votes
2answers
193 views

Is it possible to use AWS Beanstalk's .ebextensions config to install mod_pagespeed Apache module?

I'm using AWS Beanstalk for my Django/Python application, and I would like to use Google's mod_pagespeed module. Is it possible to install and run mod_pagespeed using the .ebextensions/.config file?
0
votes
2answers
106 views

AWS Elastic Beanstalk trouble: RDS connection error: Access denied for user 'sa'

this is my first time using anything AWS-related. I have a war containing a Grails 2.1.1 app. The DataSource.groovy was compiled to use the url = System.getProperty("JDBC_CONNECTION_STRING") ...
1
vote
1answer
291 views

How do I manually deploy a .NET MVC app to AWS via Elastic Beanstalk

I'm trying to deploy a simple Hello World ASP.NET MVC 4 app to an free tier EC2 instance using elastic beanstalk. I'm using Visual Web Developer Express (2010) which doesn't support the AWS Toolkit ...

1 2 3 4 5 7