Commit 0cf9434c by John Jarvis

default instance size to m1.medium

parent 841f3175
......@@ -72,12 +72,7 @@ if [[ -z $ami ]]; then
fi
if [[ -z $instance_type ]]; then
if [[ $server_type == "full_edx_installation" ]]; then
instance_type="m1.medium"
elif [[ $server_type == "ubuntu_12.04" ]]; then
instance_type="m1.medium"
fi
instance_type="m1.medium"
fi
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