From 1b2a2d7d7ee5ff522f8880311cf2a7106bb1dbe2 Mon Sep 17 00:00:00 2001 From: Jesse Andrews Date: Thu, 22 Nov 2012 21:17:13 -0800 Subject: [PATCH] HAProxy example had incorrect descriptions Change-Id: Ibc14297159e6e0c0b159d214539a5030d4af573e --- templates/HAProxy_Single_Instance.template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/HAProxy_Single_Instance.template b/templates/HAProxy_Single_Instance.template index 8b69eeb8..ceb845f2 100644 --- a/templates/HAProxy_Single_Instance.template +++ b/templates/HAProxy_Single_Instance.template @@ -1,7 +1,7 @@ { "AWSTemplateFormatVersion": "2010-09-09", - "Description": "A Database instance running a local MySQL server", + "Description": "A load balancer instance running a local HAproxy", "Parameters": { @@ -16,7 +16,7 @@ }, "InstanceType": { - "Description": "Database server EC2 instance type", + "Description": "HAProxy server EC2 instance type", "Default": "m1.small", "Type": "String", "AllowedValues": [ "t1.micro", "m1.small", "m1.large", "m1.xlarge", "m2.xlarge", "m2.2xlarge", "m2.4xlarge", "c1.medium", "c1.xlarge", "cc1.4xlarge" ], -- 2.45.2