This is an automated archive.
The original was posted on /r/ethereum by /u/Voicesthebest on 2023-09-07 14:09:32+00:00.
As there are very little public materials on how to deploy a node on a public cloud in a way that’s reproducible & easy to understand, I’ve built a little Terraform module to handle that stuff for AWS
Everything is as straightforward as it gets - EC2 machine in a subnet behind a security group, with mounted volume(s) (depending on the number of clients running on it) that runs clients.
-
it takes ~2 minutes to get execution/consensus clients up & running (not counting the sync)
-
the deployment is entirely reproducible.
-
It works with 90%+ of the nodes (lodestar is an exception)
repo:
You must log in or register to comment.