Introducing AWS Elastic Beanstalk
aws.typepad.com
Introducing AWS Elastic Beanstalk
1–10 of 58 posts
Re: Introducing AWS Elastic Beanstalk
#2Re: Introducing AWS Elastic Beanstalk
#3Re: Introducing AWS Elastic Beanstalk
#4More 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 standard Rails app, that's it.
Whereas to deploy a standard Rails app, after you package up your app as a .war with JRuby (and deal with possible gem incompatibilities), you have to spin up an RDS instance too. And change the config in your Rails app so that it knows how to talk to the RDS instance. And if your RDS instance crashes, they backed it up for you, but you still have to manually restore from the backup.
And once you're already thinking about infrastructure to that degree, you've lost a lot of the benefit of a PaaS.
Re: Introducing AWS Elastic Beanstalk
#5Re: Introducing AWS Elastic Beanstalk
#6From 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 as I understand it).
Re: Introducing AWS Elastic Beanstalk
#7Just to be clear, this is only for Java apps right? This does not include PHP or Python?
Re: Introducing AWS Elastic Beanstalk
#8AWS 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…
Re: Introducing AWS Elastic Beanstalk
#9Just to be clear, this is only for Java apps right? This does not include PHP or Python?
Conceivably one could use jython or quercos to deploy python or php applications.
Re: Introducing AWS Elastic Beanstalk
#10AWS 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…