Live data from Hacker News

Amazon Releases Elastic Beanstalk!... What?

news.ycombinator.com

1–10 of 22 posts

Amazon Releases Elastic Beanstalk!... What?

#1
I was using my AWS console a few minutes ago and a new tab popped up featuring the odd title "Elastic Beanstalk". I tried to sign up for the service and access the documentation, but got nowhere. http://img529.imageshack.us/img529/7673/elastic.jpg

Google turns up elasticbeanstalk.com which redirects to AWS.

Ideas? Is it an ever expanding farm of Minecraft servers? Or maybe unlimited storage for hosting for leaked Scientology documents? Or is it just the public page for their long rumored agro-business venture?

Re: Amazon Releases Elastic Beanstalk!... What?

#2
I'm so impatient!

From: http://docs.amazonwebservices.com/elasticbeanstalk/latest/gs...

AWS Elastic Beanstalk enables developers to quickly deploy and manage applications in the AWS cloud without having to worry about the infrastructure that runs those applications. AWS Elastic Beanstalk is designed to reduce management complexity without restricting choice or control. You simply upload your application and AWS Elastic Beanstalk automatically handles the deployment details of capacity provisioning, load balancing, auto-scaling, and application health monitoring. AWS Elastic Beanstalk uses highly reliable and scalable services such as Amazon EC2, Amazon S3, Amazon Simple Notification Service, Elastic Load Balancing, and Auto Scaling to deploy your application within minutes. You can also perform most deployment tasks such as changing the fleet size or monitoring your application directly from the AWS Elastic Beanstalk web interface

Re: Amazon Releases Elastic Beanstalk!... What?

#3
post #2

I'm so impatient! From: http://docs.amazonwebservices.com/elasticbeanstalk/latest/gs... AWS Elastic Beanstalk enables developers to quickly deploy and manage applications in the AWS cloud without having to worry about the infrastructure that runs those applications. AWS Elastic Beanstalk is designed to reduce management complexity without restricting choice or control. You simply upload your application and AWS Elast…

Nice, so this is one step closer to Heroku/GAE.

I hope this puts the pricing pressure on cloud services.

Re: Amazon Releases Elastic Beanstalk!... What?

#5
post #2

I'm so impatient! From: http://docs.amazonwebservices.com/elasticbeanstalk/latest/gs... AWS Elastic Beanstalk enables developers to quickly deploy and manage applications in the AWS cloud without having to worry about the infrastructure that runs those applications. AWS Elastic Beanstalk is designed to reduce management complexity without restricting choice or control. You simply upload your application and AWS Elast…

Applications must be written in Java (or anything you can put into a .war and make Tomcat run) [1]

[1] http://docs.amazonwebservices.com/elasticbeanstalk/latest/gs...

Re: Amazon Releases Elastic Beanstalk!... What?

#6
post #5
post #2

I'm so impatient! From: http://docs.amazonwebservices.com/elasticbeanstalk/latest/gs... AWS Elastic Beanstalk enables developers to quickly deploy and manage applications in the AWS cloud without having to worry about the infrastructure that runs those applications. AWS Elastic Beanstalk is designed to reduce management complexity without restricting choice or control. You simply upload your application and AWS Elast…

Applications must be written in Java (or anything you can put into a .war and make Tomcat run) [1] [1] http://docs.amazonwebservices.com/elasticbeanstalk/latest/gs...

So scala, clojure, jruby, mirah ... are all ok.

Or even quercus if you are into php.

This sounds fun!

Re: Amazon Releases Elastic Beanstalk!... What?

#7
post #5
post #2

I'm so impatient! From: http://docs.amazonwebservices.com/elasticbeanstalk/latest/gs... AWS Elastic Beanstalk enables developers to quickly deploy and manage applications in the AWS cloud without having to worry about the infrastructure that runs those applications. AWS Elastic Beanstalk is designed to reduce management complexity without restricting choice or control. You simply upload your application and AWS Elast…

Applications must be written in Java (or anything you can put into a .war and make Tomcat run) [1] [1] http://docs.amazonwebservices.com/elasticbeanstalk/latest/gs...

...which would cover jruby apps packaged with warbler, unless there's something I'm missing.
Post reply on HN