Skip to content

Commit

Permalink
fix(contrib/ec2): fix HVM AMIs for CoreOS 459.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
carmstrong authored and Gabriel Monroy committed Oct 7, 2014
1 parent f83ceae commit 53e93e8
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions contrib/ec2/deis.template.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,14 +84,14 @@

"Mappings" : {
"CoreOSAMIs" : {
"us-east-1" : { "PV" : "ami-aed360c6", "HVM" : "ami-aed360c6" },
"us-west-2" : { "PV" : "ami-91014ca1", "HVM" : "ami-91014ca1" },
"us-west-1" : { "PV" : "ami-8be5eece", "HVM" : "ami-8be5eece" },
"eu-west-1" : { "PV" : "ami-62903315", "HVM" : "ami-62903315" },
"ap-southeast-1" : { "PV" : "ami-34b89f66", "HVM" : "ami-34b89f66" },
"ap-southeast-2" : { "PV" : "ami-01a9cb3b", "HVM" : "ami-01a9cb3b" },
"ap-northeast-1" : { "PV" : "ami-73e4ce72", "HVM" : "ami-73e4ce72" },
"sa-east-1" : { "PV" : "ami-f98237e4", "HVM" : "ami-f98237e4" }
"us-east-1" : { "PV" : "ami-aed360c6", "HVM" : "ami-acd360c4" },
"us-west-2" : { "PV" : "ami-91014ca1", "HVM" : "ami-af014c9f" },
"us-west-1" : { "PV" : "ami-8be5eece", "HVM" : "ami-89e5eecc" },
"eu-west-1" : { "PV" : "ami-62903315", "HVM" : "ami-64903313" },
"ap-southeast-1" : { "PV" : "ami-34b89f66", "HVM" : "ami-3ab89f68" },
"ap-southeast-2" : { "PV" : "ami-01a9cb3b", "HVM" : "ami-07a9cb3d" },
"ap-northeast-1" : { "PV" : "ami-73e4ce72", "HVM" : "ami-75e4ce74" },
"sa-east-1" : { "PV" : "ami-f98237e4", "HVM" : "ami-fb8237e6" }
},
"RootDevices" : {
"HVM" : { "Name": "/dev/xvda" },
Expand Down

0 comments on commit 53e93e8

Please sign in to comment.