From 599b8c15785b6d422e79fc33f3f86b12b36b6cc6 Mon Sep 17 00:00:00 2001 From: Naveen Swamy Date: Mon, 14 Nov 2016 14:24:44 -0800 Subject: [PATCH] Update new AMI Ids (#3826) * 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 --- tools/cfn/deeplearning.template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tools/cfn/deeplearning.template b/tools/cfn/deeplearning.template index b19e43e59075..b5ef6026ca01 100644 --- a/tools/cfn/deeplearning.template +++ b/tools/cfn/deeplearning.template @@ -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" }, @@ -523,4 +523,4 @@ } } } -} \ No newline at end of file +}