DEVOPS-4445 change default sandbox instance type

parent 5c54ee3c
......@@ -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