From f535175935228218a8c3b0aca5cf2b383dc9a5d8 Mon Sep 17 00:00:00 2001 From: Abhishek Singh Date: Thu, 26 Jan 2017 17:52:46 -0800 Subject: [PATCH 1/3] Remove ASG related config options Removed the ASG related config options to enable deploying the sample on a 'Single Instance' environment. --- .ebextensions/options.config | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.ebextensions/options.config b/.ebextensions/options.config index ba195a9..576c436 100644 --- a/.ebextensions/options.config +++ b/.ebextensions/options.config @@ -10,12 +10,3 @@ option_settings: ProxyServer: nginx aws:elasticbeanstalk:container:nodejs:staticfiles: /static: /static - aws:autoscaling:asg: - Cooldown: "120" - aws:autoscaling:trigger: - Unit: "Percent" - Period: "1" - BreachDuration: "2" - UpperThreshold: "75" - LowerThreshold: "30" - MeasureName: "CPUUtilization" From 94429f668e2ed0c1ac57b8252e8e5faf54c6b19f Mon Sep 17 00:00:00 2001 From: Banga Sergii Date: Fri, 5 Apr 2019 14:38:52 +0300 Subject: [PATCH 2/3] Update index.ejs --- views/index.ejs | 1 + 1 file changed, 1 insertion(+) diff --git a/views/index.ejs b/views/index.ejs index e871601..7686624 100644 --- a/views/index.ejs +++ b/views/index.ejs @@ -79,6 +79,7 @@ +