Unverified Commit b02b975f by Feanil Patel Committed by GitHub

Merge pull request #4592 from edx/feanil/update_sandbox_ami

Update sandbox base AMIs.
parents 083466d8 cf2c39e1
......@@ -127,9 +127,9 @@ fi
if [[ -z $ami ]]; then
if [[ $server_type == "full_edx_installation" ]]; then
ami="ami-f7c34b88"
ami="ami-c14d38be"
elif [[ $server_type == "ubuntu_16.04" || $server_type == "full_edx_installation_from_scratch" ]]; then
ami="ami-43a15f3e"
ami="ami-a4dc46db"
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