Skip to content

Instantly share code, notes, and snippets.

View sborsje's full-sized avatar
🤘

Stefan Borsje sborsje

🤘
  • Glass — Photography Community
  • Amsterdam, NL
  • X @sborsje
View GitHub Profile
@sborsje
sborsje / 10.04-LTS-EBS.json
Created August 22, 2012 21:54 — forked from ticean/10.04-LTS-EBS.json
CloudFormation Ubuntu AMI Mappings (Canonical)
"Mappings" : {
"AWSInstanceType2Arch" : {
"t1.micro" : { "Arch" : "64" },
"m1.small" : { "Arch" : "32" },
"m1.large" : { "Arch" : "64" },
"m1.xlarge" : { "Arch" : "64" },
"m2.xlarge" : { "Arch" : "64" },
"m2.2xlarge" : { "Arch" : "64" },
"m2.4xlarge" : { "Arch" : "64" },
"c1.medium" : { "Arch" : "32" },