This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const fs = require('fs'); | |
const log = (text) => { | |
console.log(new Date() + ' ' + text); | |
} | |
const util = require('util'); | |
const sleep = async ms => { | |
return new Promise(resolve => setTimeout(resolve, ms)); | |
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
done. | |
{'tag:Name': ['elife-lax-develop--test']} | |
1464101753.950491 - ERROR - MainProcess - buildercore.core - caught an exception attempting to discover more information about this instance. The instance may not exist yet ... | |
Traceback (most recent call last): | |
File "/Users/giorgiosironi/elife-builder/src/buildercore/core.py", line 124, in stack_data | |
inst = find_ec2_instance(stackname)[0] | |
IndexError: list index out of range | |
Traceback (most recent call last): | |
File "/Users/giorgiosironi/elife-builder/venv/lib/python2.7/site-packages/fabric/main.py", line 745, in main |