The command line options used in the "Aminate an Asgard AMI" tutorial:
don't match the current version. The tutorial uses -p to define a package, while the 1.2.0 version does not have a -p, but takes the package_spec as the last argument.
Which is the newer command line syntax?
And if the 1.2.0 form is correct, what is the right package_spec for getting asgard for the tutorial?
Oh, btw, regarding the -B ami-86e15bef in the tutorial: it looks like that AMI is in us-east-1, and an equivalent one in us-west-1 is ami-f61630b3.
CentOS-6-x86_64-20121031-ebs-...
maybe you could list the IDs for each of the us regions.
Now, when I run:
% aminate -B ami-86e15bef asgard
I get a big nasty:
IOError: [Errno 2] No such file or directory: '/var/log/aminator/asgard-201305090428.log'
How do you recommend that I track this down?