Commit 3ccf54f7 by John Jarvis

changing default instance type back to m1.medium

parent 00c15df8
...@@ -72,7 +72,7 @@ if [[ -z $ami ]]; then ...@@ -72,7 +72,7 @@ if [[ -z $ami ]]; then
fi fi
if [[ -z $instance_type ]]; then if [[ -z $instance_type ]]; then
instance_type="m3.medium" instance_type="m1.medium"
fi fi
deploy_host="${dns_name}.${dns_zone}" deploy_host="${dns_name}.${dns_zone}"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment