Commit 4a9e8ebb by Han Su Kim

Merge pull request #1000 from edx/han/ansible-provision

changed default instance to m3.medium
parents c53542d6 11667ac3
......@@ -72,7 +72,7 @@ if [[ -z $ami ]]; then
fi
if [[ -z $instance_type ]]; then
instance_type="m1.medium"
instance_type="m3.medium"
fi
deploy_host="${dns_name}.${dns_zone}"
......
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