Elastic Beanstalk provides you with Platform to deploy WAR files on it. It comes with AWS monitoring (CloudWatch), Auto-Scaling (add more machines when needed) and more. Under the hood it's regular EC2 with Tomcat 7 running.
2
votes
1answer
50 views
Can I test locally when developing for Amazon Elastic Beanstalk?
I am trying to get started with Amazon AWS Elastic Beanstalk and as I learn more about it, it seems like I will not be able to test my webapp locally. I understand I can build a war file and run it ...
2
votes
1answer
196 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
1answer
56 views
How can I get my grails app to log in a way that shows up in the AWS Elastic Beanstalk 'logs' tab
According to http://docs.amazonwebservices.com/elasticbeanstalk/latest/dg/index.html?using-features.loggingS3.title.html only log entries logged into Tomcat logs via java.util.logging will be made ...
1
vote
1answer
127 views
In rails3/jruby, what could cause this error intermittently? SAVEPOINT active_record_1 does not exist
These errors do not occur when a single individual tests the system. But with a jmeter test, I can pretty reliably reproduce a few errors along the lines of:
ActiveRecord::JDBCError: SAVEPOINT ...
1
vote
0answers
72 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 ...
0
votes
0answers
29 views
AWS Elastic Beanstalk REST API - Auth params?
I've just started working with the AWS Java SDK and need to deploy/update an elastic beanstalk application from my application. Currently, I have only found documentation for a REST api that allows ...
0
votes
0answers
19 views
Manual deployment VS Amazon Elastic BeanStalk
What are the advantages we get by using Elastic BeanStalk over maually creating EC2 instance and setting up tomat server and deploy etc for a typical java web applicaion. Is load balancing, Monitoring ...
0
votes
1answer
55 views
Java Servlet Connection Timeout
I have a servlet that takes a couple of minutes to process and return its response. It is running in a somewhat restricted environment (Amazon Elastic Beanstalk). In this environment, there is a 60 ...
0
votes
0answers
26 views
Suggestion on Continuing with Route 53
We had an issue with AWS yesterday night. The Environment status(in BeanStalk) changed to RED for Live environment, the logs we checked from s3 server for live instance indicates few exceptions in ...
0
votes
0answers
53 views
Error updating configuration template in AWS Bean Stalk
I tried to Update the configuration settings of a Configuration Template say "Beta Configuration" on Bean stalk with the following commands, but its throwing a error -
...
0
votes
1answer
66 views
Grails GORM related nullpointer that only occurs when running in AWS ElasticBeanstalk
I have a stacktrace that I am stumped on, because I cannot reproduce it locally. If I deploy the same .war of my grails app to a local instance of Tomcat 7, everything works. If I deploy it to AWS ...