Commit a47eed70 by Feanil Patel

Update sandbox base AMI ids.

The new sandbox is built from master around cypress.

I also updated the base ubuntu images to the latest ones.
parent a8e9768d
......@@ -99,11 +99,11 @@ fi
if [[ -z $ami ]]; then
if [[ $server_type == "full_edx_installation" ]]; then
ami="ami-b1d92ada"
ami="ami-bdea3bd6"
elif [[ $server_type == "ubuntu_12.04" || $server_type == "full_edx_installation_from_scratch" ]]; then
ami="ami-b92bdfd2"
ami="ami-93fb34f8"
elif [[ $server_type == "ubuntu_14.04(experimental)" ]]; then
ami="ami-3b6a8050"
ami="ami-c135f3aa"
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