Apr 27 · 15 min read · A few weeks back I was working on a PoC with Bedrock AgentCore Runtime. While doing that I came across multiple blogs and discussions around MCP server hosting on AWS. Most of them were pointing to ei
Join discussion
Mar 9 · 8 min read · About 14 months ago, my team of four migrated our entire backend — a fairly standard Node.js/Python mix serving a B2B SaaS product — fully onto AWS Lambda. We'd read the same blog posts you probably have. Pay for what you use, infinite scale, no serv...
Join discussionFeb 12 · 9 min read · Why Traditional Container Orchestration Falls Short Self-managed container platforms create friction at scale. Kubernetes on EC2 requires managing worker nodes, configuring cluster autoscaling, maintaining CNI plugins, and coordinating rolling update...
Join discussionJan 25 · 3 min read · Introduction In some scenarios, AWS Lambda alone is not enough: Execution time exceeds 15 minutes Heavy CPU or memory usage Long-running or batch-style jobs In such cases, a common and scalable pattern is: Use Lambda to trigger an ECS task This ...
Join discussion
Aug 20, 2025 · 4 min read · 🌟 Introduction Have you ever built an application that worked perfectly on your laptop, only to watch it break during deployment? You’re not alone. This "it works on my machine" problem is exactly what containerization with Docker solves. In this co...
Join discussion
Aug 20, 2025 · 10 min read · Abstract. This project outlines a comprehensive strategy for application containerization utilizing essential AWS services. The process starts with packaging apps into Docker containers and storing their images in Amazon Elastic Container Registry (E...
Join discussion
Jul 30, 2024 · 5 min read · Welcome to Day 85 of the #90DaysOfDevOps Challenge Today, we’ll embark on an exciting project where we will deploy a Node.js app using AWS ECS Fargate and AWS ECR. This project will allow us to leverage the power of Amazon ECS (Elastic Container Serv...
Join discussion
Mar 26, 2024 · 8 min read · Link to exam: https://aws.amazon.com/certification/certified-cloud-practitioner/ Containerization: Docker Definition: Software development platform for deploying apps. Apps are packaged in containers runnable on any OS. Advantages: Uniform app ...
Join discussion
Feb 2, 2024 · 2 min read · Introduction: AWS Fargate is a revolutionary serverless compute engine designed for containers, enabling developers to run containerized applications without the hassle of managing the underlying infrastructure. By seamlessly integrating with Amazon ...
Join discussion