Elastic Beanstalk is a PAAS cloud service offered by Amazon Web Services.
4
votes
0answers
39 views
Is there a CLI to tail logs from AWS Elastic Beanstalk
Is there a CLI utility for tailing logs from Elastic Beanstalk applications. Specifically a python flask application.
You can use their eb CLI to get a snap shot ...
eb logs
But I would like to ...
3
votes
0answers
49 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:
$ ...
3
votes
0answers
66 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
0answers
120 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:
...
2
votes
0answers
599 views
Can't git aws.push to elastic beanstalk with ruby repo
I've gone through all the steps in the different tutorials.
I've gotten my elastic beanstalk instance to create via +eb init+
and I have set my path correctly.
Then I did a
git .init
and ...
2
votes
0answers
158 views
Corrupt pack file on git aws.push
Upon trying to deploy a new version of application code (Django application) to AWS Elastic Beanstalk environment, I'm encountering the following error:
git aws.push
Counting objects: 1648, done.
...
2
votes
0answers
68 views
Google is searching AWS Elasticbeans site( mysite.elasticbeanstalk.com) but not my site (mysite.com). What to do?
I was testing my site on AWS. And it is like mysitetest.elasticbeanstalk.com. But my original site is mysite.com. Now whenever i search for mysite google shows mysitetest.elasticbeanstalk.com links ...
2
votes
0answers
237 views
Using Django + easy-thumbnails/sorl-thumbnail on Elastic Beanstalk
I'm having some issues using Django and easy_thumbnails on Elastic Beanstalk and I'm not really sure what's going wrong... Here's the problem:
I'm using easy_thumbnails to do my thumbnailing in the ...
2
votes
0answers
296 views
Unable to deploy to Elastic Beanstalk via Eclipse
I have Eclipse running with the AWS plugin.
And I have made a new a simple web application and can run it locally successfully.
But when I try to run it on the AWS Elastic Beanstalk for Tomcat6, I get ...
1
vote
0answers
15 views
Rotate other logs to Amazon S3
I'm using Amazon Beanstalk for my Symfony2.1 app (using Linux AMI with Apache) and I activated Log file rotation to Amazon S3. All is working properly, but I ant to know if there are any way to add ...
1
vote
0answers
42 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 ...
1
vote
0answers
67 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 ...
1
vote
0answers
33 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
0answers
56 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 ...
1
vote
0answers
134 views
How to map custom domain to an AWS Elastic Beanstalk URL?
I'm following the instructions Using Custom Domains with AWS Elastic Beanstalk to map a custom domain to an AWS Elastic Beanstalk URL.
My Elastic Beanstalk URL is as follows:
...
1
vote
0answers
63 views
appengine or aws for apache camel routing
First question here so go easy on me.
The producer and endpoints can be sockets/websockets/http(s). These requests will then be processed and sent to subscribed consumers or sent to a queue and ...
1
vote
0answers
83 views
log4j with an elastic beanstalk cluster
I managed it to log my application with apache commons logging via log4j.
Now I can write my logfiles i.e. to /var/log/whatever. My question is, what if the beanstalk scales up? Then I have multiple ...
1
vote
0answers
251 views
How to force https on elastic beanstalk?
I can't seem to force https on the free usage tier of elastic beanstalk.
I have tried the following suggestion at How to force https on amazon elastic beanstalk without failing the health check
...
1
vote
0answers
140 views
git aws.push returned error 403
I'm working on getting git setup for my application on Elastic Beanstalk. I've been following the instructions provided by amazon. After pushing the changes I get this error
git aws.push
error: The ...
1
vote
0answers
70 views
Which are the IP-Ranges for Elastic Beanstalk?
I´m being asked for my site´s IP Ranges and it is hosted in Elastic Beanstalk (US East (N.Virginia)). Can somebody tell me which are them currently, or where to look?
Thanks in advance.
1
vote
0answers
370 views
“processing” error message deploying MVC4 to Elastic Beanstalk
Steps
Right-click project, "Publish to AWS"
Deploy new application with template: "AWS Elastic Beanstalk"
Name: "mysite", description "mysite", tick "Deploy application incrementally", Next
...
1
vote
0answers
167 views
Deployment with Eclipse, Git and Elastic Beanstalk
Is there a way to specify if the java source files are included in the WAR file when deploying through eclipse?
Please consider the following scenarios:
Using export to war: This is simple and ...
1
vote
0answers
36 views
Beanstalk with wordpress
Can anyone please tell me how to get started with using wordpress on eclipse and deloying it using AWS Elastic beanstalk?
Thanks,
Shripad D
1
vote
0answers
67 views
how to deploy and run a php app that requires frequent updates on a cloud provider
I am working to create a php app- the app will have 2 types of updates--
(a) The app itself will require periodic updates-- the user who is administrating the app will be notified of updates and he ...
1
vote
0answers
216 views
location of Amazon Elastic Beanstalk Apache access logs
I'm digging around trying to find the location of the access logs on an EC2 instance within the beanstalk running PHP5 and not JAVA.
I've looked in /var/log/httpd and the access_log there is empty.
...
1
vote
0answers
65 views
AWS publish incremental, exclude some folders on server
We are using AWS explorer to publish our website changes from Visual studio to our Elastic beanstalk instances in Amazon. We are using "Deploy application incrementally" which is nice.
the only issue ...
1
vote
0answers
79 views
Grails 2.0.4 stops serving certain images randomly in an AWS Elastic Beanstalk Environment
I'm having an odd 'showstopper' problem that I can't reproduce locally or hosting in a standalone Tomcat 7 environment.
For some reason, certain images just stop being served after a random amount of ...
1
vote
0answers
413 views
Apache Tomcat custom JNDI
A brief question: How does one substitute the default read-only JNDI implementation in Tomcat?
I am working on a web app that uses JNDI datasources (connection pooling) to connect to various DBMSs. I ...
1
vote
0answers
173 views
Simple C program in Elastic beanstalk
I think what I'm trying to do ought to be trivially easy for anyone who knows what they're doing, but the only language almost without exception that I've ever programmed in is C. I do so poorly. ...
0
votes
0answers
20 views
Keeping a Ruby Service running on Elastic Beanstalk
I have been looking for a while now on setting up worker nodes in a cloud native application. I plan to have an autoscaling group of worker nodes pulling jobs from a queue, nothing special there.
I ...
0
votes
0answers
19 views
Psycopg2 on Amazon Elastic Beanstalk
I'm trying upload my project (in python) that uses Psycopg2 for Amazon Elastic Beanstalk. I'm doing this with a zip file containing my project and an requirements.txt file.
But I'm receiving this ...
0
votes
0answers
32 views
Listening on SSL with node.js on AWS Beanstalk
I have a node.js app running fine on Beanstalk but now I'm trying to set it up to use an SSL certificate to allow https access. However, any configuration settings I try to use apart from the default ...
0
votes
0answers
11 views
How to install Ioncube on Amazon Elasticbeanstalk
I have Wordpress installed in Elasticbeanstalk and need to install an Ioncube encoded theme that is asking for the Ioncube loaders.
The problem is that I have no clue on how to access that folder, ...
0
votes
0answers
31 views
Deploy Grails to AWS error 404
I have a grails application. I don’t have the War file. I only have the folders and the files.
I am trying to install it and I am facing problems. The steps I am using are:
I am creating a zip file ...
0
votes
0answers
28 views
404 Errors with flask-restless and Amazon Elastic Beanstalk
So I have a Python Flask application. With it I'm using flask-restless and flask-sqlalchemy to provide an api. When running on my localhost the api works just fine, however when trying to access the ...
0
votes
0answers
13 views
How to specify an EC2 Security Group using the eb cli
I need to connect my Elastic Beanstalk application to an external(not created by EB) database hosted on RDS. I can do this easily in two steps:
1) Create application
2) edit configuration and add ...
0
votes
0answers
29 views
SOLR on Elastic Beanstalk
I would like to run a SOLR Server on an Elastic Beanstalk. But I cannot find that much about that in the web.
It must be possible somehow, 'cause some are using it already. ...
0
votes
0answers
36 views
New Thread not working properly ruby AWS
I'm using the Elastic Beanstalk provided by AWS. Consider the following code:
get '/' do
dataarray=[]
User.all.each {|i|
a, b, c=checkData(i.mtoken, $oauth, $secret, $nonce, $timestamp, ...
0
votes
0answers
16 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
16 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
0answers
29 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 ...
0
votes
0answers
39 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
23 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
0answers
20 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
18 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
34 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
54 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 ...
0
votes
0answers
76 views
Symfony dynamic subdomain on amazon elastic beanstalk
I've deployed a symfony app to amazon elastic beanstalk and I'm using Symfony 2.2 host routing to get subdomains like:
user1.myapp.com
Main domain is working, and subdomains using a wildcard on ...
0
votes
0answers
51 views
Django on Elastic Beanstalk - Apache robots.txt
I have Django successfully running on Amazon Elastic Beanstalk. I want to serve /robots.txt from Apache instead of via Django. How can I hook into the Apache config to control what Apache is serving?
0
votes
0answers
53 views
How to incrementally deploy to Amazon Beanstalk from Eclipse?
I'm trying to deploy my Maven Web Application (with Spring MVC) project to Amazon Elastic Beanstalk through the Amazon SDK plugin for Eclipse.
This works fine. The problem is every time I make a new ...

