EJEdwin Jonathaninedwinjonathand-devops.hashnode.dev·May 16 · 3 min read How I Secured an ECS Fargate Deployment With OIDC and ECR — No Static KeysIntroduction Most AWS CI/CD tutorials hand you a AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY and call it a day. That's a security failure waiting to happen. Static keys get leaked in logs, committed t00
FEFunmilola Elizabeth Opeyemi Musariinbettymusari.hashnode.dev·May 9 · 11 min read🚀 How I Deployed Veget Foods Website with Docker, Amazon ECS (EC2) & ALB — My DevOps First Win! Hey hey DevOps fam! 👋🏾Let me gist you about how I brought my little frozen food website — Veget Foods — to life using Docker and AWS.This was my first ECS (EC2 launch type) depl00
PAParag Agrawalinparagagrawal.hashnode.dev·May 4 · 18 min readHow to Deploy a Docker Container on AWS ECS FargateYou've containerized your app with Docker. Now what? If you're on a PaaS like Railway or Render, you git push and they handle the rest. That simplicity is real but as we covered in The Hidden Costs of00
ADAvinash Dalviininternetkatta.com·Apr 27 · 15 min readStateful MCP Servers on ECS Fargate: What Happens When You DeployA 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 ei00
ZLZin Lin Htetinfrandisharing.com·Apr 23 · 16 min readDeploying a Production-Ready AWS Infrastructure with Terraform: A Complete GuideIntroduction Deploying cloud infrastructure can be overwhelming. Between networking, security, databases, and CI/CD pipelines, there are countless moving parts to coordinate. In this guide, I'll walk 22J
PAParag Agrawalinparagagrawal.hashnode.dev·Apr 17 · 13 min readAWS ECS Express Mode: The Complete Getting Started Guide (2026)In the last post, we broke the news: AWS App Runner is sunsetting. No new customers after April 30, 2026. If you were one of the developers who loved App Runner's simplicity, you probably felt a pang 00
UOUbani Obiajulum Emmanuelinemmanuelubani.hashnode.dev·Apr 9 · 16 min readI Built a Production-Grade CI/CD Pipeline With GitHub Actions That Lints, Tests, Scans, Builds, and Deploys to AWS ECS — Here Is Every Decision I Made and Why Before I Was a DevOps Engineer, I Was a Lot of Other Things I have cleaned animal enclosures at a zoo. I have replaced brake pads and diagnosed engine faults as an automotive apprentice. I have manage00
UOUbani Obiajulum Emmanuelinemmanuelubani.hashnode.dev·Mar 23 · 6 min readI Deployed Kubernetes on AWS EKS — And Hit Every Quota Wall AWS Could Throw At MeI did not come from a traditional tech background. Before Cloud and DevOps, I was volunteering at a zoo, working as an automotive technician apprentice, and running a beauty store. Tech was not my fir00
MKMohit Kindevops1001.hashnode.dev·Mar 21 · 1 min readKodekloud - 100 Days of cloud (AWS) Day 38: Deploying Containerized Applications with Amazon ECSStep 1: Login into the AWS environment using provided credentials. Step 2: Go to ECR Section and Create Private ECR Repo of name xfusion-ecr Step 3: Check docker file and index.html file using termi00
SGSURYANSH GUPTAinsuryansh766.hashnode.dev·Mar 18 · 12 min readFrom Docker to Deployment: Hosting a Node.js App on AWS ECS & AWS FargateIf you’ve been running containers locally and wondering “how does this actually scale in the cloud?”—this is the exact bridge you need. In this guide, we’ll take a simple Node.js app and push it all t00