mludvig/aws-ethereum-miner

Instance filter hanging when creating CloudFormation Stack

Closed this issue · 5 comments

Hi,
I have tried running your script, but it seems to hang at the creation of the InstanceFilter (after an hour the creation was rolled back):
image

The parameters I use are:
image

I hope you can help

What region was that? Also is there anything in the CloudWatch logs for that Lambda?

It is the same problem in all regions. Have tried in Ohio, N. Virginia, Oregon etc

The rollback also failed with this error:
image

The output in Cloudwatch is:
image

Did you modify the template in some way? Are you using the one from the project root, not the one from src/? Can you click on the [ERROR] line in cloudwatch to expand it?

I have realized what the problem was.
I had copied the template and pasted it into the Stack Designer. But then the Stack can not get access to the Python scripts in the Lambda folder.

So now I have instead references the template scripts you have directed to in the Readme, and now it works

Thanks a lot for your support - Now I am just waiting to see how the mining goes

Good to hear :)