diff --git a/MakefileEc2.mk b/MakefileEc2.mk
index e3d0cfa84..705b80ecc 100644
--- a/MakefileEc2.mk
+++ b/MakefileEc2.mk
@@ -12,7 +12,12 @@ build-bk-prod-morph-prod-mainnet-to-morph-geth:
 	tar -czvf morph-geth.tar.gz dist
 	aws s3 cp morph-geth.tar.gz s3://morph-0582-morph-technical-department-mainnet-data/morph-setup/morph-geth.tar.gz
 
-start-morph-geth:
-	geth --datadir="/data/morph-geth-db"
+build-bk-prod-morph-prod-mainnet-to-morph-nccc-geth:
+	if [ ! -d dist ]; then mkdir -p dist; fi
+	$(GORUN) build/ci.go install ./cmd/geth
+	@echo "Done building."
+	cp build/bin/geth dist/
+	tar -czvf morph-nccc-geth.tar.gz dist
+	aws s3 cp morph-nccc-geth.tar.gz s3://morph-0582-morph-technical-department-mainnet-data/morph-setup/morph-nccc-geth.tar.gz