Top "Amazon-elastic-beanstalk" questions

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.

Where can I find the Tomcat 7 installation folder on Linux AMI in Elastic Beanstalk?

I have a elastic beanstalk linux-tomcat ami instance with the sample application installed and working off the public dns. I'm …

linux tomcat amazon-elastic-beanstalk
SSH to Elastic Beanstalk instance

I just signed up for Amazon's new Elastic Beanstalk offering. What I can't figure out is how to SSH to …

amazon-web-services amazon-ec2 ssh amazon-elastic-beanstalk
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.…

svn ubuntu amazon-elastic-beanstalk
Difference between Amazon EC2 and AWS Elastic Beanstalk

Can someone please explain what is the difference between EC2 and Beanstalk. I want to know regarding SaaS, PaaS and …

amazon-web-services amazon-ec2 hosting amazon-elastic-beanstalk
How do you pass custom environment variable on Amazon Elastic Beanstalk (AWS EBS)?

The Amazon Elastic Beanstalk blurb says: Elastic Beanstalk lets you "open the hood" and retain full control ... even pass environment …

amazon-web-services app-config amazon-elastic-beanstalk
How to link godaddy domain with AWS Elastic Beanstalk environment?

I'm running into this problem trying to link my Godaddy domain with an AWS Elastic Beanstalk instance. I found a …

amazon-ec2 dns amazon-elastic-beanstalk
AWS Elastic Beanstalk, running a cronjob

I would like to know if there is a way to setup a cronjob/task to execute every minute. Currently …

amazon-web-services cron crontab amazon-elastic-beanstalk
What is the difference between Elastic Beanstalk and CloudFormation for a .NET project?

I have developed a .NET MVC application and have started playing around with AWS and deploying it via the Visual …

amazon-web-services amazon-elastic-beanstalk amazon-cloudformation
AWS Load Balancer with a static IP address

I have a set-up running on Amazon cloud with a couple of EC2 Instances running through a load balancer. It …

amazon-web-services amazon-ec2 load-balancing amazon-elastic-beanstalk static-ip-address
Increasing client_max_body_size in Nginx conf on AWS Elastic Beanstalk

I'm running into "413 Request Entity Too Large" errors when posting files larger than 10MB to our API running on AWS …

amazon-web-services nginx amazon-ec2 amazon-elastic-beanstalk