Skip to content

Commit 53e93e8

Browse files
carmstrongGabriel Monroy
authored andcommitted
fix(contrib/ec2): fix HVM AMIs for CoreOS 459.0.0
1 parent f83ceae commit 53e93e8

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

contrib/ec2/deis.template.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -84,14 +84,14 @@
8484

8585
"Mappings" : {
8686
"CoreOSAMIs" : {
87-
"us-east-1" : { "PV" : "ami-aed360c6", "HVM" : "ami-aed360c6" },
88-
"us-west-2" : { "PV" : "ami-91014ca1", "HVM" : "ami-91014ca1" },
89-
"us-west-1" : { "PV" : "ami-8be5eece", "HVM" : "ami-8be5eece" },
90-
"eu-west-1" : { "PV" : "ami-62903315", "HVM" : "ami-62903315" },
91-
"ap-southeast-1" : { "PV" : "ami-34b89f66", "HVM" : "ami-34b89f66" },
92-
"ap-southeast-2" : { "PV" : "ami-01a9cb3b", "HVM" : "ami-01a9cb3b" },
93-
"ap-northeast-1" : { "PV" : "ami-73e4ce72", "HVM" : "ami-73e4ce72" },
94-
"sa-east-1" : { "PV" : "ami-f98237e4", "HVM" : "ami-f98237e4" }
87+
"us-east-1" : { "PV" : "ami-aed360c6", "HVM" : "ami-acd360c4" },
88+
"us-west-2" : { "PV" : "ami-91014ca1", "HVM" : "ami-af014c9f" },
89+
"us-west-1" : { "PV" : "ami-8be5eece", "HVM" : "ami-89e5eecc" },
90+
"eu-west-1" : { "PV" : "ami-62903315", "HVM" : "ami-64903313" },
91+
"ap-southeast-1" : { "PV" : "ami-34b89f66", "HVM" : "ami-3ab89f68" },
92+
"ap-southeast-2" : { "PV" : "ami-01a9cb3b", "HVM" : "ami-07a9cb3d" },
93+
"ap-northeast-1" : { "PV" : "ami-73e4ce72", "HVM" : "ami-75e4ce74" },
94+
"sa-east-1" : { "PV" : "ami-f98237e4", "HVM" : "ami-fb8237e6" }
9595
},
9696
"RootDevices" : {
9797
"HVM" : { "Name": "/dev/xvda" },

0 commit comments

Comments
 (0)