Commit 7940b562 by Fred Smith Committed by GitHub

Merge pull request #3228 from edx/derf/DEVOPS-4445_change_default_sandbox_instance_type

DEVOPS-4445 change default sandbox instance type
parents e26bd607 d96bdac2
......@@ -124,7 +124,7 @@ if [[ -z $ami ]]; then
fi
if [[ -z $instance_type ]]; then
instance_type="t2.medium"
instance_type="t2.large"
fi
if [[ -z $enable_newrelic ]]; then
......
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