Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
Update AMI ids in cloud formation template (#3795)
Browse files Browse the repository at this point in the history
* Rename deeplearning.template to deeplearning.json so that github can highlight syntax
Update to the latest AMIs, tie the Master and Workers to the same AvailabilityZone to reduce the network latency
Add detailed Readme to setup a Deep Learning CloudFormation stack

* Update Authors in Readme.md

* Update Authors in Readme.md

* rename deeplearning.json to deeplearning.template

* rename deeplearning.json to deeplearning.template

* update template with latest AMI
  • Loading branch information
nswamy authored and mli committed Nov 11, 2016
1 parent 333298b commit 465fac4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tools/cfn/deeplearning.template
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@
},
"Mappings" : {
"AmazonLinux" : {
"us-east-1" : { "AMI" : "ami-f34260e4" },
"us-west-2" : { "AMI" : "ami-a7ea49c7" },
"eu-west-1" : { "AMI" : "ami-00075173" }
"us-east-1" : { "AMI" : "ami-491f335e" },
"us-west-2" : { "AMI" : "ami-74208314" },
"eu-west-1" : { "AMI" : "ami-993362ea" }
},
"SubnetConfig" : {
"VPC" : { "CIDR" : "10.0.0.0/16" },
Expand Down

0 comments on commit 465fac4

Please sign in to comment.