From 1ccc461f594da12ad51f5e105060f88c3c85fb33 Mon Sep 17 00:00:00 2001 From: Steven Dake Date: Wed, 28 Mar 2012 21:30:14 -0700 Subject: [PATCH] Updated run-parser.py to work well with WordPress template Signed-off-by: Steven Dake --- bin/run-parser.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/run-parser.py b/bin/run-parser.py index aa13173e..b59d84f5 100755 --- a/bin/run-parser.py +++ b/bin/run-parser.py @@ -38,10 +38,10 @@ with open(filename) as f: # Don't immediately see a way to have key name as a parameter and also # file injection and monitoring # need to insert key on creation and know what private key is - setparam(params_dict, 'KeyName', '309842309484') # <- that gets inserted into image + setparam(params_dict, 'KeyName', 'sdake_key') # <- that gets inserted into image setparam(params_dict, 'AWS::StackName', stack_name) - setparam(params_dict, 'InstanceType', 't1.micro') + setparam(params_dict, 'InstanceType', 'm1.xlarge') setparam(params_dict, 'DBUsername', 'eddie.jones') setparam(params_dict, 'DBPassword', 'adm1n') setparam(params_dict, 'DBRootPassword', 'admone') -- 2.45.2