Go back

How to get Ethrereum Full Node on AWS

This section describes how to launch and connect to Ethrereum Full Node in Amazon Web Services (AWS).

Note: With the default instance type which is t2.large, syncing is slow. If you want fast syncing then please choose m5a.xlarge instance type.

  1. Open Ethereum Full Node with PoS VM listing on AWS marketplace

/img/aws/ethereum-fullnode/marketplace.png

  1. Click on Continue to subscribe.
  • Login with your credentials and follow the instruction.
  • Subscribe to the product and click on Continue to configuration button.
  • Select a Region where you want to launch the VM(such as US East (N.Virginia))

/img/aws/ethereum-fullnode/region.png

  • Click on Continue to Launch Button.
  • Choose Action: You can launch it through EC2 or from Website.(Let’s choose Launch from website)

/img/aws/ethereum-fullnode/launch.png

  • Optionally change the EC2 instance type. (This defaults to t2.large instance type, 2 vCPUs and 8 GB RAM.)
  • Optionally change the network name and subnetwork names.

/img/aws/ethereum-fullnode/network.png

  • Select the Security Group. Be sure that whichever Security Group you specify have ports 22 (for ssh) and 3389 (for RDP) exposed.

  • Be sure to download the key-pair which is available by default, or you can create the new key-pair and download it. /img/aws/ethereum-fullnode/SG.png

  • Click on Launch..

  • Ethereum Full Node with PoS will begin deploying.

    1. A summary page displays.To see this instance on EC2 Console click on EC2 Console link.

/img/aws/ethereum-fullnode/deployed.png

  1. On the EC2 Console page, instance is up and running. To connect to this instance through putty, copy the IPv4 Public IP Address

/img/aws/ethereum-fullnode/public-ip.png

  1. Open putty, paste the IP address and browse your private key you downloaded while deploying the VM, by going to **SSH- >Auth **, click on Open. Enter ubuntu as userid

/img/aws/ethereum-fullnode/putty-01.png

/img/aws/ethereum-fullnode/putty-02.png

  1. Once connected, change the password for ubuntu user using below command
sudo passwd ubuntu

/img/aws/ethereum-fullnode/ssh.png

  1. Now the password for ubuntu user is set, you can connect to the VM’s desktop environment from any local Windows Machine using RDP protocol or Linux Machine using Remmina.

From your local windows machine, goto “start” menu, in the search box type and select “Remote desktop connection”. In the “Remote Desktop connection” wizard, copy the public IP address and click connect

/img/aws/ethereum-fullnode/rdp.png

  1. This will connect you to the VM’s desktop environment. Provide the username (e.g “ubuntu”) and the password set in the above “Reset password” step to authenticate. Click OK

/img/aws/ethereum-fullnode/rdp-login.png

  1. Now you are connected to the out of box Ethereum Full Node with PoS environment via Windows Machine.

/img/aws/ethereum-fullnode/rdp-desktop.png

  1. To connect using RDP via Linux machine, first note the external IP of the VM from VM details page,then from your local Linux machine, goto menu, in the search box type and select “Remmina”.

Note: If you don’t have Remmina installed on your Linux machine, firstInstall Remmina as per your linux distribution.

/img/gcp/common/remmina-search.png 11. In the “Remmina Remote Desktop Client” wizard, select the RDP option from dropdown and paste the external ip and click enter.

/img/gcp/common/remmina-external-ip.png 12. This will connect you to the VM’s desktop environment. Provide “ubuntu” as the userid and the password set in above reset password step to authenticate. Click OK

/img/gcp/common/remmina-rdp-login.png 13. Now you are connected to out of box Ethereum Full Node with PoS environment via Linux machine.

/img/aws/ethereum-fullnode/rdp-desktop.png

  1. Ethereum Full Node directories:

Ethereum home directory location is /home/ubuntu/ethereum

/img/aws/ethereum-fullnode/ethereum-directory.png

Data directory location is /home/ubuntu/ethereum/datadir

/img/aws/ethereum-fullnode/ethereum-datadir.png

  1. Monitoring and managing node sync process :

The VM automatically starts the sync process on startup. To verify if the sync is in progress, run below commands

ps -ef|grep geth

If sync is in progress, you will see the below highlighted process running

/img/aws/ethereum-fullnode/sync-process-02.png

You can also verify the sync process by monitoring the sync log as shown below

tail -f /var/log/cloud-init-output.log

/img/aws/ethereum-fullnode/logs.png

You can monitor the lighthouse logs by running -

Note: If you encounter JWT authorization error or connection refused error while running the below command, please follow Lighthouse Troubleshooting Guide. to fix them.

sudo journalctl -f -u lighthousebeacon.service -o cat | ccze -A

/img/aws/ethereum-fullnode/lighthouse-logs.png

To stop the sync process, simply run below command :

sudo killall -HUP geth

/img/aws/ethereum-fullnode/stop-sync.png

To restart the sync process, run below command .

Note: Make sure below command is executed from terminal inside Remote desktop GUI to avoid process termination

sudo nohup geth --http --http.addr "0.0.0.0" --http.port "8545" --http.corsdomain "*" --config /home/ubuntu/ethereum/eth_config.toml >> /var/log/cloud-init-output.log 2>&1 &

/img/aws/ethereum-fullnode/restart-sync-http.png

  1. Tracking sync progress

You can track the sync progress by attaching to the running geth console and running the monitoring script as shown below . Note that if the progress is shown 99% then the node is mostly synced:

sudo geth attach --datadir /home/ubuntu/ethereum/datadir/

/img/aws/ethereum-fullnode/geth-attach.png

this will connect to the console, then run

loadScript("/home/ubuntu/ethereum/sync_status.js")

/img/aws/ethereum-fullnode/loadscript.png

  1. Accessing Metamask Ethereum wallet

The VM comes with Metamask the most popular Ethereum wallet, preinstalled in Firefox browser.
Connect to the VM via Remote desktop, open the Firefox Browser and you will see metamask plugin in the browser

/img/aws/ethereum-fullnode/firefox-metamask.png

  1. Click on the Metamask icon, complete the configuration by following the instructions.
    Once the Metamask is configured, you wil see Metamask is running on Ethereum Mainnet Network.
  2. If you want to connect Metamask on localhost, Please add port 8545 to the Security Group of your VM. Follow below steps to open port 8545:
  • On your VM’s detail page, navigate to Security tab and click on Security Group as shown below: /img/aws/ethereum-fullnode/select-SG.png
  • It will open security groups detail page. Click on Edit inbound rules /img/aws/ethereum-fullnode/edit-inbound-rules.png
  • click on Add Rule-

/img/aws/ethereum-fullnode/add-rule.png

  • Select Custom TCP from Type dropdown, enter 8545 under port range and other info as shown below. Save the changes.-

/img/aws/ethereum-fullnode/add-8545-port.png

  • Now select localhost 8545 from Metamask Network dropdown. You should be able to connect to localhost as shown: /img/aws/ethereum-fullnode/select-localhost.png
  • If you don’t see localhost and other testnetwork options under network dropdown, please click on show/hide link as shown below-

/img/gcp/ethereum-fullnode/show-test-network.png

  • It will take you to setting menu. Here you enable show test network option and save the changes.

/img/gcp/ethereum-fullnode/enable-testnet.png

  • Close the setting page and reopen network dropdown. Now you should be able to see all the networks.

/img/gcp/ethereum-fullnode/all-networks.png

Go back