Amazon Web Services

Arch Linux Boot Script for Amazon EC2

January 17, 2013 at 12:00 AM

I have an updated Arch Linux image for Amazon EC2 that is systemd. I created a boot script that sets the hostname and root keys. It will even update DNS in Route53 and send you an email letting you know the instance IP.

Released under the MIT license on github.

I am working on cleaning up the base image that I use on Amazon EC2 and publishing the AMI as well.

Read More...

Permanent Link — Posted in Cloud Computing , Amazon Web Services , Arch Linux

Increase Amazon EC2 Reliability and Performance with RAID

May 25, 2012 at 12:00 AM

While I haven’t *knock on wood* had any EBS failures in Amazon’s cloud myself, I have heard the horror stories and that makes me uneasy. Another issue with disks in cloud that I do run into a lot is latency. The disk io in many cases is slower to begin with, and random bouts of latency tend to crop up.

I have addressed both of these problems by deploying RAID 10 on my Amazon EC2 instances. It sounds techie but you don’t have to be a rocket scientist to do this. If you are managing an EC2 instance you can do it and I have published a script that will get you there in a few steps.

Read More...

Permanent Link — Posted in Geek Tactics , Cloud Computing , Amazon Web Services