Skip to content
Snippets Groups Projects
Commit a7982038 authored by Lloyd Hilaiel's avatar Lloyd Hilaiel
Browse files

(aws deploy) change deployment size back down to micro

parent f42be921
No related branches found
No related tags found
No related merge requests found
......@@ -73,7 +73,7 @@ exports.startImage = function(cb) {
ImageId: BROWSERID_TEMPLATE_IMAGE_ID,
KeyName: keyName,
SecurityGroup: groupName,
InstanceType: 'm1.large',
InstanceType: 't1.micro',
MinCount: 1,
MaxCount: 1
}, function (result) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment