Commit 9344721a by John Jarvis

changing instance type to small

parent 56f1aa32
......@@ -73,7 +73,7 @@ fi
if [[ -z $instance_type ]]; then
if [[ $server_type == "full_edx_installation" ]]; then
instance_type="m1.medium"
instance_type="m1.small"
elif [[ $server_type == "ubuntu_12.04" ]]; then
instance_type="m1.small"
fi
......
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