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

Commit

Permalink
Update new AMI Ids (#3826)
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

* update new public AMI Ids
  • Loading branch information
nswamy authored and piiswrong committed Nov 14, 2016
1 parent 6f38450 commit 599b8c1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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-491f335e" },
"us-west-2" : { "AMI" : "ami-74208314" },
"eu-west-1" : { "AMI" : "ami-993362ea" }
"us-east-1" : { "AMI" : "ami-7d93bf6a" },
"us-west-2" : { "AMI" : "ami-8b08abeb" },
"eu-west-1" : { "AMI" : "ami-4844153b" }
},
"SubnetConfig" : {
"VPC" : { "CIDR" : "10.0.0.0/16" },
Expand Down Expand Up @@ -523,4 +523,4 @@
}
}
}
}
}

0 comments on commit 599b8c1

Please sign in to comment.