Comments on: Magento and AWS Elastic Beanstalk – The Scalability Silver Bullet? http://www.aschroder.com/2013/04/magento-and-aws-elastic-beanstalk-the-scalability-silver-bullet/ Notes on Web Development Wed, 23 Dec 2020 09:25:05 +0000 hourly 1 https://wordpress.org/?v=4.8.15 By: Mauro http://www.aschroder.com/2013/04/magento-and-aws-elastic-beanstalk-the-scalability-silver-bullet/comment-page-1/#comment-10056 Sat, 13 Apr 2013 14:10:42 +0000 http://www.aschroder.com/?p=1956#comment-10056 Hi Aschroder,
Know that amazon buyed Scalarium (amazon OpsWorks) and its in beta theres is an interesting path for scale Magento on amazon clouds. Its a free service and have some nice features like use Chef on it. Magentos Chef recipe includin modman, varnish, vhost configurations etc. So when you sclae it can configure an lamp with magento an you can you modman to sync your store on it.
At this moment it big limitation is that you can not use yor own AMIs and ITs AMIs are based only in Amazon Linux and Ubunto 12.4 LTS (I prefer CentOS/Red Hat linux in production, since RHEL have 5+2 LTS and Ubuntos lts are only 18 months). The alternative like Scalar and RightScale.

]]>
By: Ashley http://www.aschroder.com/2013/04/magento-and-aws-elastic-beanstalk-the-scalability-silver-bullet/comment-page-1/#comment-10006 Sun, 07 Apr 2013 21:32:23 +0000 http://www.aschroder.com/?p=1956#comment-10006 Hi, Gondo

Glad you liked it. I’ve updated to be clear that these are monthly costs, the 24×7 referred to running them full time, as opposed to scaling them in and out.

Re: running alternative stacks, like nginx, varnish etc – it’s definitely possible to hand build and use your own AMI – I just wanted this setup to be very vanilla, so that it can benefit from the work AWS does keeping their AMI’s up to date. I don’t want to have to fiddle around with AMI’s every time a security patch comes out, which is my interest in Beanstalk being an auto-pilot environment.

We currently run our servers as you do, manually with custom stacks, but I think there’s merit in removing some of the overhead, even if it sacrifices flexibility.

]]>
By: gondo http://www.aschroder.com/2013/04/magento-and-aws-elastic-beanstalk-the-scalability-silver-bullet/comment-page-1/#comment-9964 Thu, 04 Apr 2013 12:48:17 +0000 http://www.aschroder.com/?p=1956#comment-9964 nice post
i would suggest you to add the timing to your estimate tables. i assume that 24×7 means that prices are per week, im to lazy to check it, but the totals table doesn’t mention any time frame. also it would be more meaningful if the prices were per month.
personally what holds me back from using Beanstalk is that extra abstraction and not so many benefits. f.e. if you want to run nginx on it, you have to do some crazy changes http://www.nczonline.net/blog/2012/09/14/replacing-apache-with-nginx-on-elastic-beanstalk/
i prefer to set my instance manually and than replicate this setup to other nodes

]]>