Earlier quoted context omitted.
automatic scaling would be a good benchmark for the true definition of cloud. a lot of "cloud" services these days are nearly identical to VPS services of yore, with the added new ability to create/destroy VPS nodes whenever you want. very few of the big "cloud" providers actually handle auto scaling (as it's difficult in a world where all apps are not made the same).
automatic scaling would be a good benchmark for the true definition of cloud. You can do this with EC2. You can set up monitors based on CPU usage over a time period and it'll start new nodes if required. S3 is 'autoscaling' for serving files. Just upload your files and pay for what you use.
Introducing AWS Elastic Beanstalk
21–30 of 58 posts
Re: Introducing AWS Elastic Beanstalk
#22Earlier quoted context omitted.
automatic scaling would be a good benchmark for the true definition of cloud. a lot of "cloud" services these days are nearly identical to VPS services of yore, with the added new ability to create/destroy VPS nodes whenever you want. very few of the big "cloud" providers actually handle auto scaling (as it's difficult in a world where all apps are not made the same).
automatic scaling would be a good benchmark for the true definition of cloud. You can do this with EC2. You can set up monitors based on CPU usage over a time period and it'll start new nodes if required. S3 is 'autoscaling' for serving files. Just upload your files and pay for what you use.
a "true" cloud would just handle all that stuff transparently.
Re: Introducing AWS Elastic Beanstalk
#23AWS never fit into my definition of a "cloud" solution. It's a VPS with a rich API and a lot of addons (load balancer, EBS, S3...). From what I'm reading, Beanstalk changes this and clearly puts AWS in the category they've long claimed to be in. Not that their service wasn't great/unique before. This just puts them that much further ahead. It's along the lines of what Heroku does with their routing mesh layer (as far…
Cloud = "That service/infrastructure/platform that you need that will be hosted by someone else in their data center"
If we wanted to be precise, we could refer to it as "Storage Clouds", "App Server Clouds", "Database Clouds", etc...
Re: Introducing AWS Elastic Beanstalk
#24Re: Introducing AWS Elastic Beanstalk
#25At the moment I'm able to launch applications in the US East region only. When will the other regions support Elastic Beanstalk?
Re: Introducing AWS Elastic Beanstalk
#26I'm not sure how useful this really is. It just handles the application layer, leaving you on your own for dealing with the database. Now, Amazon has some services to help you out (RDS, SimpleDB), but SimpleDB is kind of crap, and RDS is expensive. More importantly, that loses some of the simplicity, meaning that you still have to think about infrastructure to a degree. Heroku is git push to deploy, and if you have a…
It's possible we'll see people springing up on EC2 offering those as separate services, however.
The other interesting part is that, since they don't do shared hosting but make you use a whole EC2 instance, there's potential for it to cost considerably more for smaller sites, but only once you get past that free plan of theirs (then again, the disk I/O on the Micro instances is truly awful)
Re: Introducing AWS Elastic Beanstalk
#27Just to be clear, this is only for Java apps right? This does not include PHP or Python?
http://techcrunch.com/2011/01/19/amazon-web-services-introdu...
Re: Introducing AWS Elastic Beanstalk
#28Wow. The benefits of Google App Engine without the limitations? Sure, an app on GAE is probably cheaper in terms of monthly expense, but factor in the development costs for a Java team unfamiliar with App Engine and Beanstalk is probably a far better investment.
no, with different limitations I believe, e.g. no cool google storage, but only SDB or RDB (which may be ok anyway)
(edit: I had somehow read what you said to mean, "no, but with these new limitations", so arguably I should just delete my response here, but I think that a specific list of things might be valuable still)
Re: Introducing AWS Elastic Beanstalk
#29Re: Introducing AWS Elastic Beanstalk
#30AWS never fit into my definition of a "cloud" solution. It's a VPS with a rich API and a lot of addons (load balancer, EBS, S3...). From what I'm reading, Beanstalk changes this and clearly puts AWS in the category they've long claimed to be in. Not that their service wasn't great/unique before. This just puts them that much further ahead. It's along the lines of what Heroku does with their routing mesh layer (as far…
Amazon's execution with EC2 over the past few years has been excellent. If Amazon makes a Rails version of Beanstalk, Heroku should be worried as Beanstalk could take some market share from Heroku.
Now, Amazon may start siphoning off python users that switched to rails just to use Heroku.