Slacker Elves in the Amazon Cloud

One of my current projects has been building a framework for automatically
provisioning and deploying servers into the
Amazon EC2 cloud.

So, I have scripts that ask Amazon to start an EC2 instance, wait for
Amazon to tell me that they are ‘running’, and then try to SSH into
the instances to do things to them.

One vexing issue I [...]