Skip to content

Commit

Permalink
us the ami ids from the ECS docs, not the aws marketplace
Browse files Browse the repository at this point in the history
  • Loading branch information
csquared committed Dec 16, 2015
1 parent 801ca71 commit ac4c3ba
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions api/dist/kernel.json
Expand Up @@ -11,12 +11,12 @@
},
"Mappings": {
"RegionConfig": {
"us-east-1": { "Ami": "ami-e2b1f988" },
"us-west-1": { "Ami": "ami-06d1b966" },
"us-west-2": { "Ami": "ami-37ccd056" },
"eu-west-1": { "Ami": "ami-f402a287" },
"ap-northeast-1": { "Ami": "ami-9c4a61f2" },
"ap-southeast-2": { "Ami": "ami-e1d31082" }
"us-east-1": { "Ami": "ami-6ff4bd05" },
"us-west-1": { "Ami": "ami-46cda526" },
"us-west-2": { "Ami": "ami-313d2150" },
"eu-west-1": { "Ami": "ami-8073d3f3" },
"ap-northeast-1": { "Ami": "ami-6ca38b02" },
"ap-southeast-2": { "Ami": "ami-00e7bf63" }
}
},
"Outputs": {
Expand Down

0 comments on commit ac4c3ba

Please sign in to comment.