devopsdaily2025.hashnode.dev🚀 Building a Scalable 3-Tier AWS Infrastructure Using Terraform, GitHub, and HCPCloud computing is the backbone of modern applications, and Infrastructure as Code (IaC) is a must-have skill for DevOps engineers. In this project, I built a fully automated, scalable 3-tier web application infrastructure on AWS using Terraform and ...Oct 6, 2025·4 min read
devopsdaily2025.hashnode.dev🚀Deploying a Flipkart-like Application on AWS Using Terraform💡 Project Overview:In this project, I automated the deployment of a Flipkart-style e-commerce app using Terraform, attached an Application Load Balancer (ALB) to the servers, and printed the ALB DNS on the screen. This hands-on project demonstrates ...Oct 5, 2025·4 min read
devopsdaily2025.hashnode.devManaging AWS Resources with Terraform: Create, Delete, and ImportTerraform is a tool that lets you manage cloud resources using code. In this guide, I’ll show you how to create AWS resources, delete the Terraform code, and then import the existing resources back into Terraform. Step 1: Set Up Terraform Make sure ...Oct 4, 2025·2 min read
devopsdaily2025.hashnode.dev🚀Hosting a Flipkart-like App on AWS with VPC, Nginx & CloudFrontCloud is everywhere today, and learning AWS hands-on is the best way to understand real-world DevOps.In this blog, I will take you through building a secure AWS infrastructure from scratch: ✅ Custom VPC with public & private subnets✅ EC2 servers with...Oct 1, 2025·3 min read
devopsdaily2025.hashnode.dev🚀 Week 7: Kubernetes Basics & Advanced ChallengeThis week was all about Kubernetes – the backbone of modern container orchestration. If Docker helps us package applications, Kubernetes ensures those containers run at scale, reliably, and securely. Through the SpringBoot BankApp project, I explored...Sep 4, 2025·5 min read