Commit 9413fe5c by John Jarvis

changing default instance type for ubuntu ami to m1.medium

parent 75e6b940
......@@ -75,7 +75,7 @@ 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.small"
instance_type="m1.medium"
fi
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