Sunset Lake Software - Comments for "How to run Drupal on Amazon EC2 using a new micro instance" http://www.sunsetlakesoftware.com/2010/09/15/how-run-drupal-amazon-ec2-using-new-micro-instance Comments for "How to run Drupal on Amazon EC2 using a new micro instance" en i had one EC2 micro instance http://www.sunsetlakesoftware.com/2010/09/15/how-run-drupal-amazon-ec2-using-new-micro-instance#comment-1841 <p>i had one EC2 micro instance on amazon and i created another image and trying to install the load Balancer ,but failed ,is load balance is possible for two micro instance ,in my case its not added to inserive</p> pubDate Tue, 25 Jun 2013 06:03:22 +0000 dc:creator Justin Jacob guid false comment 1841 at http://www.sunsetlakesoftware.com Excellent document, this is http://www.sunsetlakesoftware.com/2010/09/15/how-run-drupal-amazon-ec2-using-new-micro-instance#comment-899 <p>Excellent document, this is exactly what i wanted to do, it saves my 2 days time, and i could able to setup fully loaded EC2 drupal site in one hour.</p> <p>regards<br /> Brett vincent.</p> pubDate Wed, 16 Feb 2011 12:34:21 +0000 dc:creator Anonymous guid false comment 899 at http://www.sunsetlakesoftware.com Place a pound sign (#) before http://www.sunsetlakesoftware.com/2010/09/15/how-run-drupal-amazon-ec2-using-new-micro-instance#comment-861 <p>Place a pound sign (#) before that line. Amazon EC2 might not be the best place to just get started with server administration, because it is fairly technical. I'd recommend starting to work with local Linux / Unix setups first before jumping into EC2.</p> pubDate Tue, 07 Dec 2010 17:38:59 +0000 dc:creator Brad Larson guid false comment 861 at http://www.sunsetlakesoftware.com What do you mean by http://www.sunsetlakesoftware.com/2010/09/15/how-run-drupal-amazon-ec2-using-new-micro-instance#comment-860 <p>What do you mean by "comment out the line" in ( edit /etc/fstab and comment out the line)? Please. </p> <p>I think this is a great tutorial but some more explanation about editing stuff would be really helpful please. I am learning this and i am finding ec2 a great environment to try stuff out and learn while not destroying a well developed website or db.</p> pubDate Mon, 06 Dec 2010 23:52:12 +0000 dc:creator Michael guid false comment 860 at http://www.sunsetlakesoftware.com Thanks! great instructions. http://www.sunsetlakesoftware.com/2010/09/15/how-run-drupal-amazon-ec2-using-new-micro-instance#comment-857 <p>Thanks! great instructions. One note thought, I needed to do a<br /> sudo apt-get update<br /> before doing<br /> sudo tasksel install lamp-server</p> pubDate Thu, 02 Dec 2010 00:02:55 +0000 dc:creator Anonymous guid false comment 857 at http://www.sunsetlakesoftware.com Each instance is its own http://www.sunsetlakesoftware.com/2010/09/15/how-run-drupal-amazon-ec2-using-new-micro-instance#comment-814 <p>Each instance is its own virtual machine, so they won't automatically pool resources. You could use some of the load-balancing options to spread this out, but that will require some work on your end.</p> <p>Generally, the easiest approach would be to clone a new small instance from your existing micro one, then simply switch over the elastic IP to point at this new small instance. You'll get the faster performance of the small instance (which can take quite a bit of load in my testing) while minimizing downtime.</p> pubDate Tue, 12 Oct 2010 14:43:17 +0000 dc:creator Brad Larson guid false comment 814 at http://www.sunsetlakesoftware.com Great tutorial, just what I http://www.sunsetlakesoftware.com/2010/09/15/how-run-drupal-amazon-ec2-using-new-micro-instance#comment-813 <p>Great tutorial, just what I needed!</p> <p>One thing I couldn't get though... Say you reserve a micro instance which works just fine, but during the workday the load increases, so you'd like to increase the resources a bit.</p> <p>Can you bring another micro instance into the game for a few hours and have the database use the combined instances' cpu/ram ? </p> <p>Is that possible? Or you'll need to upgrade to a higher instance type, like Small or use some complex load balancing?</p> <p>Thanks once again for the useful tut!</p> pubDate Tue, 12 Oct 2010 14:28:51 +0000 dc:creator Lacho guid false comment 813 at http://www.sunsetlakesoftware.com It's not a good idea to http://www.sunsetlakesoftware.com/2010/09/15/how-run-drupal-amazon-ec2-using-new-micro-instance#comment-808 <p>It's not a good idea to enable password logins. Don't spread bad practices, please!</p> <p>You cannot revoke shared access granted via passwords, unless you change the password and notify everyone who knows it.<br /> But this process is tedious and requires the password being transmitted via various channels.<br /> It's not safe for a secret to travel, i hope we can agree on that ;)</p> <p>With SSH public keys you can grant and revoke access to an account for any number of people and you never have to handle any secret and they can change their corresponding private key passphrase without your knowledge any time and it won't affect their granted access...</p> <p>I think Transmit can utilize SSH agents.<br /> Just add your key to your agent with the "ssh-add" command, provide your passphrase and Transmit shouldn't ask for anything when you are connecting.<br /> If I'm correct, by default the keys generated by Amazon don't have a passphrase.<br /> It's not very secure, so encrypt your downloaded key with the "ssh-keygen -p" command.</p> <p>Otherwise thanks for the article. It can help my friend to move his server without too much help from me.</p> pubDate Mon, 27 Sep 2010 09:32:57 +0000 dc:creator onetom guid false comment 808 at http://www.sunsetlakesoftware.com Great tuto. Will do the same http://www.sunsetlakesoftware.com/2010/09/15/how-run-drupal-amazon-ec2-using-new-micro-instance#comment-806 <p>Great tuto. Will do the same with Wordpress ;-)<br /> To send email from EC2 this was a problem. That is why we are using either Gmail as SMTP gateway with a limit of 1000 email per day or external email gateway like authsmtp.com.</p> <p>But I found really reliable to use an elastic IP address to my instance to let it send email to webmail like Hotmail and Yahoo for example.</p> <p>Now with the new functionnality of Reverse DNS Proxy of Amazon this can open new way not to be considered as spam when email are sent from Amazon.</p> <p><a href="http://aws.typepad.com/aws/2010/03/reverse-dns-for-ec2s-elastic-ip-addresses.html" title="http://aws.typepad.com/aws/2010/03/reverse-dns-for-ec2s-elastic-ip-addresses.html" rel="nofollow">http://aws.typepad.com/aws/2010/03/reverse-dns-for-ec2s-elastic-ip-addre...</a></p> pubDate Thu, 23 Sep 2010 21:11:04 +0000 dc:creator Frederic Sidler guid false comment 806 at http://www.sunsetlakesoftware.com It has been my experience http://www.sunsetlakesoftware.com/2010/09/15/how-run-drupal-amazon-ec2-using-new-micro-instance#comment-801 <p>It has been my experience that emails sent from an EC2 instance tend to be blacklisted as spam. This appears to be because a few bad actors seized on EC2 as a spamming platform early, due to its scalability.</p> <p>I'd highly recommend a solution like MailChimp for mass-mailings over an EC2 SMTP server.</p> pubDate Wed, 22 Sep 2010 16:33:59 +0000 dc:creator Brad Larson guid false comment 801 at http://www.sunsetlakesoftware.com