🛠️Setting Up Your Geth Node.

Step 1 : Select the AMI and click on Launch instance from AMI

Step 2 : Name your Geth Node

Step 3 : In instance type please select instance type m5.large

Step 4: Choose a name for your keypair

Step 5: Choose 1500 GB storage with gp3

STEP 6 : Click on Launch Instance Button

After completing step 6. you can SSH login to the Instance you have just created. To make sure things are working correctly check the docker logs by running the following command in your terminal

docker logs --follow --tail 100 geth-node

Last updated