EAElham Ajdariinelham-notes.hashnode.dev·Jun 9 · 7 min readAWS Infrastructure: A Practical Beginner GuideCloud infrastructure can feel complicated at first. There are many services, many names, and many moving parts. But once each service has a clear responsibility, the system becomes much easier to unde00
SYsanjay yadavindevopsbysanjay.hashnode.dev·May 15 · 3 min readDocker Image Re-Tagging in AWS ECR Gets Inefficient Faster Than Most Teams ExpectIntroduction Docker CLI is the standard tool for container image management, but it has one major limitation when it comes to re-tagging images in remote registries. It requires you to pull an image l00
MSMochammad Syaifuddininblog.sya.my.id·Apr 22 · 4 min read[EN] Set Up Amazon ECR Pull-Through Cache for Docker HubThe Problem The developers are actively build and test their projects. There are dozens of projects that can be built in a day. This sometimes causes the disk of the CI/CD system (e.g., Jenkins, self-00
ASAbhiram Satputeinabhiramsatpute.hashnode.dev·Apr 11 · 15 min readFrom Terraform to Traffic: A Full CI/CD Pipeline for Node.js on AWS with Docker and GitHub ActionsIntroduction "It works on my machine" is the most expensive sentence in software. The cure isn't more discipline — it's a pipeline that makes deployment so boring it can't fail interestingly. In this 00
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
SCSnigdha Chaudhariinsnigdhachaudhari.hashnode.dev·Mar 18 · 16 min readDeploying an AI SaaS App to AWS with Terraform, ECS Fargate, and GitHub ActionsA complete technical walkthrough of containerising a Next.js application and deploying it to AWS using Infrastructure as Code and automated CI/CD pipelines. Stack: Next.js · Docker · Terraform · Amazo00
BDBhratesh Dhangarinaws-series.hashnode.dev·Mar 15 · 8 min readDeploying a Dockerized Node.js Application on AWS ECS using FargateWhile learning container orchestration on AWS, I wanted to see how container deployments work in the cloud rather than only running them locally. I deployed a simple Node.js web app to Amazon ECS usin00
OKOdo Kingsley Uchennainrealkinghubs-blog.hashnode.dev·Mar 12 · 5 min readI Stopped Using AWS Access Keys in GitHub Actions — Here’s the Secure Way Instead.One of the most common ways developers deploy applications to AWS using GitHub Actions looks like this: Create an IAM User Generate an Access Key and Secret Key Store them inside GitHub Secrets Ho00
RRRasika Rajendra Deshmukhinrasika-devops.hashnode.dev·Mar 11 · 4 min readBuilding a Production-Grade Kubernetes Platform on AWS with TerraformModern DevOps teams rely heavily on Infrastructure as Code to provision scalable and secure cloud platforms. In this project, I built a production-style Kubernetes platform on AWS using Terraform. The00
MKMohit Kindevops1001.hashnode.dev·Jan 28 · 1 min readKodekloud - 100 Days of cloud (AWS) Day 28: Creating a Private ECR RepositoryStep 1: Login into the AWS environment using provided credentials. Step 2: Go to ECR and select private registry. Step 3: Name the private repository and create. Step 4: Navigate to the project directory /root/pyapp and check if any images are ther...00