How I Built a Scalable Video Transcoding Pipeline on AWS (S3 + SQS + ECS)In this article, I will discuss on how I built a simple video transcoding pipeline on AWS using an event-driven architecture. The goal is to automatically process uploaded videos and generate multipleApr 12, 2026·2 min read
Installing Jenkins on Amazon EC2: A Complete TutorialIn this article, we will learn how to install Jenkins on an EC2 Instance. First, spin up an EC2 Instance with any configuration and update the packages using the command below: sudo apt update && sudo apt upgrade -y JDK is a mandatory application fo...Jan 26, 2025·2 min read
Easily Host Your Node.js Application on Coolify: A Complete GuideStep 1: Create your project I have created a sample project using npm init -y and installed the express package. Below are the references for both the index.js and package.json files. Push this code to GitHub. Step 2: Deploying on Coolify I h...Aug 17, 2024·1 min read
A Quick Guide to Installing Coolify on Amazon EC2 Servers.Prerequisites Ensure your EC2 Instance is up and running. Login with SSH and update all the required packages. sudo apt update sudo apt upgrade Installing Coolify Service Run the following command in your EC2 instance to install Coolify servi...Aug 15, 2024·1 min read
Step-by-Step Guide to SSH into Amazon EC2In this blog, I want to guide you on how to SSH into an EC2 instance. There are some prerequisites that need to be met: Git (In case if you are using Windows) Personally, I am neither a fan nor a hater of Windows. Git software makes developer life ...Aug 3, 2024·2 min read