From d0bd55f6e38fd362ec219d471be27beab4cf5d95 Mon Sep 17 00:00:00 2001 From: kingshy Date: Tue, 3 Jan 2017 16:40:17 -0800 Subject: [PATCH 1/2] add taimurain with new keras version --- apps.go | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/apps.go b/apps.go index 6652bb3..19d0032 100644 --- a/apps.go +++ b/apps.go @@ -108,4 +108,14 @@ var suripuApps []core.SuripuApp = []core.SuripuApp{ JavaVersion: 8, PackagePath: "com/hello", }, + { + Name: "taimurain-2", + SecurityGroup: "sg-b3f631c8", + InstanceType: "c4.xlarge", + InstanceProfile: "taimurain", + TargetDesiredCapacity: 1, + UsesPacker: true, + JavaVersion: 8, + PackagePath: "com/hello", + }, } From 27a2013916c9c5b7db50b2044542044e3a2bf292 Mon Sep 17 00:00:00 2001 From: kingshy Date: Mon, 13 Feb 2017 14:29:18 -0800 Subject: [PATCH 2/2] increase taimurain-2 target capacity, rm original taimurain --- apps.go | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/apps.go b/apps.go index 19d0032..a3ab38a 100644 --- a/apps.go +++ b/apps.go @@ -98,22 +98,12 @@ var suripuApps []core.SuripuApp = []core.SuripuApp{ JavaVersion: 8, PackagePath: "com/hello", }, - { - Name: "taimurain", - SecurityGroup: "sg-b3f631c8", - InstanceType: "c4.xlarge", - InstanceProfile: "taimurain", - TargetDesiredCapacity: 3, - UsesPacker: true, - JavaVersion: 8, - PackagePath: "com/hello", - }, { Name: "taimurain-2", SecurityGroup: "sg-b3f631c8", InstanceType: "c4.xlarge", InstanceProfile: "taimurain", - TargetDesiredCapacity: 1, + TargetDesiredCapacity: 2, UsesPacker: true, JavaVersion: 8, PackagePath: "com/hello",