Unverified Commit acfced37 by Feanil Patel Committed by GitHub

Update the base AMI with new credentials role.

Credentials role was revamped, build a new ame based on that ansible.
parent 1f7a1aff
......@@ -127,9 +127,9 @@ fi
if [[ -z $ami ]]; then
if [[ $server_type == "full_edx_installation" ]]; then
ami="ami-8609a6fc"
ami="ami-0d600177"
elif [[ $server_type == "ubuntu_16.04" || $server_type == "full_edx_installation_from_scratch" ]]; then
ami="ami-da05a4a0"
ami="ami-aa2ea6d0"
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