Mining Ethereum on AWS — the complete guide

Ethereum mining on AWS is now even easier with a ready to use template. Try it today because ETH mining may be over soon!

Michael Ludvig
Coinmonks
Published in
9 min readJun 1, 2022

--

Photo by Kanchanara on Unsplash

The AWS Ethereum Miner project has been around for over a year now and has seen a great interest from the miners during this time. With the looming end of Ethereum mining — aka ETH 2.0 or “the merge” (see below) — it no longer makes sense to invest in buying GPUs and mining rigs. There simply isn’t enough time to pay them off.

AWS mining still offers an attractive alternative thanks to their no upfront payment pricing model. In this post I’ll guide you step by step on your journey to the cloud mining.

What is AWS Ethereum Miner

  • Easy to use CloudFormation template that spins up the most cost effective EC2 instances and starts the mining program.
    TL;DR — Visit the project GitHub and scroll down for the table with 1-click deployment links: https://github.com/mludvig/aws-ethereum-miner
  • Support for all relevant AWS GPU instances:
    - Standard Nvidia ones like g5.*, p3.*, g4dn.*
    - Superfast p4d.24xlarge that can mine at 1.35GH/s
    - AMD Radeon based g4ad.*
    - The new Graviton2 CPU + Nvidia GPU g5g.*
    Some old, slow instances are no longer supported, e.g. p2.* or…

--

--