Terraform scripts to run an Ethereum node on the cloud
cd [ hetzner | aws ]
packer init
packer build .
terraform init
terraform apply
- Create a project
- Generate an API key and add it to
terraform.tfvars
- Add a SSH key
# Logs
journalctl -f -u reth
journalctl -f -u lighthouse