Hey, I noticed that the AMI ami-d0da89a3, which is listed as the current Alpha channel HVM AMI for eu-west-1 <https://coreos.com/dist/aws/aws-alpha.json>, doesn't seem to exist:
$ aws ec2 describe-images --image-ids $(curl -s https://coreos.com/dist/aws/aws-alpha.json | jq -r '."eu-west-1".hvm') { "Images": [] } The Beta AMI (which we're running on currently) returns a bunch of info with the equivalent call: $ aws ec2 describe-images --image-ids $(curl -s https://coreos.com/dist/aws/aws-beta.json | jq -r '."eu-west-1".hvm') # ... //Henrik
