mludvig / aws-ethereum-miner

CloudFormation template for mining Ethereum crypto currency on AWS
270 stars 154 forks source link

Instance filter hanging when creating CloudFormation Stack #28

Closed cabrila closed 2 years ago

cabrila commented 2 years ago

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

mludvig commented 2 years ago

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

cabrila commented 2 years ago

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

mludvig commented 2 years ago

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?

cabrila commented 2 years ago

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

mludvig commented 2 years ago

Good to hear :)