Live data from Hacker News

Amazon Releases Elastic Beanstalk!... What?

news.ycombinator.com

11–20 of 22 posts

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

#13

Anyone found out anything about prices? Would be great with something that competed with Google App engine.

You don't pay anything extra for Elastic Beanstalk (you pay for whatever underlying services you use - EC2/S3/SDB/RDS/SQS/SNS etc.)

Edit: paredit :)

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

#14
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...

That includes both lift and clojure. Not too bad.

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

#16

Anyone found out anything about prices? Would be great with something that competed with Google App engine.

You don't pay anything extra for Elastic Beanstalk (you pay for whatever underlying services you use - EC2/S3/SDB/RDS/SQS/SNS etc.) Edit: paredit :)

Is it so that EB automatically provisions new services underneath it? Isn't that a bit of a risk?

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

#17
post #16

Earlier quoted context omitted.

You don't pay anything extra for Elastic Beanstalk (you pay for whatever underlying services you use - EC2/S3/SDB/RDS/SQS/SNS etc.) Edit: paredit :)

Is it so that EB automatically provisions new services underneath it? Isn't that a bit of a risk?

Pay-by-use has always been a risk and people have been using the API + third party libs to automatically provision resources for some time now.

Nothing new here, except that they're squeezing Heroku and GAE now.

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

#19
the beanstalk programming model: http://aws.typepad.com/aws/2011/01/aws-beanstalk-programming...

This is pretty cool, but for people targeting it because of no-hassle infiniscale, it must be noted that you either use SimpleDB or good old MySQL for storage.

So AppEngine is still winner in that area, imvho, but it's great to see competition.

Post reply on HN