Comments on: Actually running Magento on Amazon’s Elastic Beanstalk Cloud platform http://www.aschroder.com/2013/04/actually-running-magento-on-amazons-elastic-beanstalk-cloud-platform/ Notes on Web Development Wed, 23 Dec 2020 09:25:05 +0000 hourly 1 https://wordpress.org/?v=4.8.15 By: Scott http://www.aschroder.com/2013/04/actually-running-magento-on-amazons-elastic-beanstalk-cloud-platform/comment-page-1/#comment-10289 Sun, 02 Jun 2013 22:30:06 +0000 http://www.aschroder.com/?p=1983#comment-10289 I’d be very interested in a follow-up to this post. I’m curious how to get the RDS credentials into the local.xml config file since the typical way to do this without checking your secrets into git is to use environment variables, but since magento reads these in via XML, I’m afraid we’d have to write some sort of custom script to download the xml file from an S3 bucket, make sure those files are secure and then provide the access credentials to the ec2 instance so it can fetch the file and copy it to the proper location upon deployment. I’m thinking you could set this up using a configuration file (inside a .elastibeanstalk/environment.config file) that would use the “sources” or “files” config options to do this automatically…

]]>
By: Xandi http://www.aschroder.com/2013/04/actually-running-magento-on-amazons-elastic-beanstalk-cloud-platform/comment-page-1/#comment-10088 Thu, 18 Apr 2013 22:00:56 +0000 http://www.aschroder.com/?p=1983#comment-10088 Thank you for this great post.
I’m hope your blogging further about the amazon cloud.

I’m looking forward to test our magento installation on a elastic beanstalk.

]]>