From 4cea0f15890b88bd2c12effb1f7a5ea30642dc68 Mon Sep 17 00:00:00 2001 From: Angus Salkeld Date: Thu, 22 Mar 2012 10:05:26 +1100 Subject: [PATCH] tweak the templates so the defaults are actually what we want. Signed-off-by: Angus Salkeld --- templates/WordPress_Single_Instance.template | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/templates/WordPress_Single_Instance.template b/templates/WordPress_Single_Instance.template index 1e252a84..ecc96a10 100644 --- a/templates/WordPress_Single_Instance.template +++ b/templates/WordPress_Single_Instance.template @@ -13,7 +13,7 @@ "InstanceType" : { "Description" : "WebServer EC2 instance type", "Type" : "String", - "Default" : "m1.small", + "Default" : "m1.large", "AllowedValues" : [ "t1.micro", "m1.small", "m1.large", "m1.xlarge", "m2.xlarge", "m2.2xlarge", "m2.4xlarge", "c1.medium", "c1.xlarge", "cc1.4xlarge" ], "ConstraintDescription" : "must be a valid EC2 instance type." }, @@ -61,7 +61,7 @@ "ConstraintDescription" : "must contain only alphanumeric characters." }, "LinuxDistribution": { - "Default": "F17", + "Default": "F16", "Description" : "Distribution of choice", "Type": "String", "AllowedValues" : [ "F16", "F17", "U10", "RHEL-6.1", "RHEL-6.2", "RHEL-6.3" ] @@ -82,12 +82,12 @@ "cc1.4xlarge" : { "Arch" : "64" } }, "DistroArch2AMI": { - "F16" : { "32" : "F16", "64" : "F16-x86_64" }, - "F17" : { "32" : "F17", "64" : "F17-x86_64" }, - "U10" : { "32" : "U10", "64" : "U10-x86_64" }, - "RHEL-6.1" : { "32" : "rhel61", "64" : "rhel61-x86_64" }, - "RHEL-6.2" : { "32" : "rhel62", "64" : "rhel62-x86_64" }, - "RHEL-6.3" : { "32" : "rhel63", "64" : "rhel63-x86_64" } + "F16" : { "32" : "F16-i686", "64" : "F16-x86_64" }, + "F17" : { "32" : "F17-i686", "64" : "F17-x86_64" }, + "U10" : { "32" : "U10-i686", "64" : "U10-x86_64" }, + "RHEL-6.1" : { "32" : "rhel61-i686", "64" : "rhel61-x86_64" }, + "RHEL-6.2" : { "32" : "rhel62-i686", "64" : "rhel62-x86_64" }, + "RHEL-6.3" : { "32" : "rhel63-i686", "64" : "rhel63-x86_64" } } }, -- 2.45.2