Deploy a Node.js app on EC2

Himanshu Singh
4 min readNov 23, 2024

Hello everyone 👋,
My name is Himanshu Singh. I am an Engineer, and after working as a front-end engineer for over two years, I started doing full-stack.

Recently, I did a small side gig, where I had to build a price change tracker for tokens on Solana.

I have written a blog explaining what I did in that.

In this blog, I wanted to write how I deployed the Node.js app I built in that gig. So that, you know how you can do the same as well.

Let’s begin!

The blog I wrote — https://hsnice16.medium.com/track-token-price-change-in-solana-7d6dbd363c69

Launch a new EC2 instance

First, we will start with launching a new instance, that you can do from the EC2 dashboard.

After clicking on that, you will be redirected to a Launch page, where you will have to fill in the details of the instance, like its name, OS, type, and other things. For learning, you can choose free tier options.

Like, for OS, you can choose Ubuntu.

--

--

Himanshu Singh
Himanshu Singh

Written by Himanshu Singh

I write blogs around React JS, JavaScript, Web Dev, and Programming. Follow to read blogs around them.

No responses yet