hello, guys.
couldn’t start neo4j enterprise casual cluster from the aws marketplace (AWS Marketplace: Neo4j Enterprise Causal Cluster).
I tried 2 times, both times CloudFormation service ends up with error
The following resource(s) failed to create: [WaitOnPasswordReset]. . Rollback requested by user.
Hi @mikhail I believe we solved this issue together via the public slack. The issue is that sometimes AWS creates the infrastructure too slowly, and the stack misses a timeout. I believe you were able to create the stack successfully simply by retrying.
Please follow up with what version you're launching, how you're launching it, and what error you're seeing. It's been a while since this thread, and a number of things have changed, so updated context is important.
the Error: WaitCondition timed out. Received 0 conditions when expecting 1 The following resource(s) failed to create: [WaitOnPasswordReset]. . Rollback requested by user.
/var/log/cloud-init-output.log:196:HTTPSConnectionPool(host='ec2.eu-west-1.amazonaws.com', port=443): Max retries exceeded with url: / (Caused by ConnectTimeoutError(<requests.packages.urllib3.connection.VerifiedHTTPSConnection object at 0x7ffb81796e10>, 'Connection to ec2.eu-west-1.amazonaws.com timed out. (connect timeout=60)'))
/var/log/cloud-init-output.log:198:HTTPSConnectionPool(host='ec2.eu-west-1.amazonaws.com', port=443): Max retries exceeded with url: / (Caused by ConnectTimeoutError(<requests.packages.urllib3.connection.VerifiedHTTPSConnection object at 0x7fcf82daae10>, 'Connection to ec2.eu-west-1.amazonaws.com timed out. (connect timeout=60)'))
/var/log/cloud-init-output.log:213:HTTPSConnectionPool(host='ec2.eu-west-1.amazonaws.com', port=443): Max retries exceeded with url: / (Caused by ConnectTimeoutError(<requests.packages.urllib3.connection.VerifiedHTTPSConnection object at 0x7efcb9590e48>, 'Connection to ec2.eu-west-1.amazonaws.com timed out. (connect timeout=60)'))
/var/log/cloud-init-output.log:255:tar: Error is not recoverable: exiting now
/var/log/cloud-init-output.log:257:error: Couldn't find a setup script in /aws-cfn-bootstrap-latest
/var/log/cloud-init.log:859:2020-03-13 14:11:51,557 - main.py[DEBUG]: Ran 15 modules with 0 failures
/var/log/cloud-init.log:984:2020-03-13 14:12:06,011 - main.py[DEBUG]: Ran 14 modules with 0 failures
/var/log/cloud-init.log:1109:2020-03-13 14:12:06,754 - main.py[DEBUG]: Ran 20 modules with 0 failures
/var/log/cloud-init.log:1992:2020-03-30 07:56:00,808 - main.py[DEBUG]: Ran 15 modules with 0 failures
I think I found the issue, the problem with the route set in the cloudformation template which allow the whitelisted IP only to use the internet gateway which for me doesn't make sense.
Hello @medsaeed.88 , this was a mistake made during packaging, I fixed it now and made sure that it works like it should.
Please try to get the new fixed 3.5.16 cft template from the s3 bucket and run it again.
Thanks.
you need to either choose a different name to deploy under, or delete your failed stack using cloudformation to get rid of the old one which didn't form properly before redeploying under the same name
Yep, I had figured it out, not very intuitive on Amazon's part how that works. I am still having the other issue, but there is another thread that you answered where we are talking about that issue.