bootstrap-vz/bootstrapvz/providers/ec2/tasks/ami-akis.yml
Anders Ingemann 03a0746299 Convert every JSON file to YAML
Lines removed: over 500. Readiblity gained: A shitload
Now you can actually get an overview of a manifest on a single screen height.
I am sure that it will also save a lot of hassle when modifying schema in the future.
No more "expected property name" etc. because of an extraneous comma
Comments are of course natively support, so there's no need for this minify_json hokey pokey
2014-07-09 23:17:04 +02:00

33 lines
757 B
YAML

---
# This is a mapping of EC2 regions to processor architectures to Amazon Kernel Images
# Source: http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/UserProvidedKernels.html#AmazonKernelImageIDs
ap-northeast-1:
amd64: aki-176bf516
i386: aki-136bf512
ap-southeast-1:
amd64: aki-503e7402
i386: aki-ae3973fc
ap-southeast-2:
amd64: aki-c362fff9
i386: aki-cd62fff7
eu-west-1:
amd64: aki-52a34525
i386: aki-68a3451f
sa-east-1:
amd64: aki-5553f448
i386: aki-5b53f446
us-east-1:
amd64: aki-919dcaf8
i386: aki-8f9dcae6
us-gov-west-1:
amd64: aki-1de98d3e
i386: aki-1fe98d3c
us-west-1:
amd64: aki-880531cd
i386: aki-8e0531cb
us-west-2:
amd64: aki-fc8f11cc
i386: aki-f08f11c0
cn-north-1:
amd64: aki-9e8f1da7
i386: aki-908f1da9