Commit 437c4d06 by Feanil Patel

Merge pull request #2157 from edx/feanil/update_sandbox_amis

Update sandbox base AMI ids.
parents 3d9db664 a47eed70
......@@ -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