Feb 4 · 3 min read · We are building Padhloo, a library booking platform. As a student founder, getting approved for "AWS Activate" credits feels like winning the lottery. Suddenly, you have thousands of dollars in credits, and you think, "Great! Let's build a Netflix-le...
Join discussion
Feb 3 · 10 min read · Introduction You've containerized your applications. Docker images are built, tested, and ready. Now comes the hard part: running them in production. Containers solve the "works on my machine" problem, but they create new challenges: Where do contai...
Join discussion
Jan 27 · 4 min read · Before we talk about ECS, we need to understand what id Docker and what were its limitations. So Docker is basically a platform for containerization, and when there is multiple pods or container are running , then we need a way to handle the workload...
Join discussion
Jan 10 · 3 min read · Getting Started with AWS ECS (Elastic Container Service) As part of my cloud and DevOps learning journey, I recently explored AWS Elastic Container Service (ECS). ECS is a fully managed container orchestration service that helps you run, scale, and m...
Join discussionNov 27, 2025 · 5 min read · 🚀 Docker + Containers — A Beginner-Friendly Breakdown Today’s project was all about Docker, containers, and finally deploying a containerised app to the cloud using AWS Elastic Beanstalk. 🔹 What is Docker Desktop? A tool that helps you build, run, ...
Join discussion
Nov 14, 2025 · 6 min read · “Everything worked perfectly… until I had to deal with secrets.” The Real Problem I Faced I was building a containerized application using Amazon ECS.The app was simple, the container worked fine, and deployment was smooth. But then came the real c...
Join discussion
Oct 30, 2025 · 3 min read · Before diving into the steps, here’s a quick look at the real CloudWatch cost reduction I achieved after optimizing ECS logging. Before Optimization After Optimization Step-by-Step: Disabling CloudWatch Log Collection in ECS After identifying that ...
Join discussion
Oct 18, 2025 · 2 min read · Architecture 📌 Objective Deploy Grafana — a powerful open-source analytics and monitoring platform — on Amazon ECS using Fargate to enable scalable, serverless observability. The Grafana container, sourced from the official grafana/grafana Docker i...
Join discussion
Sep 30, 2025 · 3 min read · AWS ECS: Run and Scale Containerized Applications Effortlessly ✅ Challenge 1: Push Docker Image to Amazon ECR Steps: Create ECR Repository: aws ecr create-repository --repository-name my-app --region us-east-1 Login to ECR: sudo docker login -u ...
Join discussion