Changing the image
Ian Norton [Sat, 20 Nov 2010 22:10:18 +0000 (22:10 +0000)]
lib/Oyster/Provision/AmazonEC2.pm

index e54d902..2b597c8 100644 (file)
@@ -41,7 +41,7 @@ sub create {
 
    # Start 1 new instance from AMI: ami-XXXXXXXX
    my $instance = $self->ec2->run_instances(
-       ImageId  => $self->image() or "ami-1a837773",
+       ImageId  => $self->image() or "ami-be6e99d7",
        KeyName  => $self->ec2_oyster_key,
        MinCount => 1,
        MaxCount => 1,