Commit f1e8748b by Max Rothman

Update base ubuntu AMIs to newest versions

parent 2904a6f7
...@@ -101,9 +101,9 @@ if [[ -z $ami ]]; then ...@@ -101,9 +101,9 @@ if [[ -z $ami ]]; then
if [[ $server_type == "full_edx_installation" ]]; then if [[ $server_type == "full_edx_installation" ]]; then
ami="ami-ef862184" ami="ami-ef862184"
elif [[ $server_type == "ubuntu_12.04" || $server_type == "full_edx_installation_from_scratch" ]]; then elif [[ $server_type == "ubuntu_12.04" || $server_type == "full_edx_installation_from_scratch" ]]; then
ami="ami-93fb34f8" ami="ami-c15bebaa"
elif [[ $server_type == "ubuntu_14.04(experimental)" ]]; then elif [[ $server_type == "ubuntu_14.04(experimental)" ]]; then
ami="ami-c135f3aa" ami="ami-2dcf7b46"
fi fi
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