Deploying a Multi-Service HTTP Application on AWS EKS using HelmAuthor: AnjuDate: 14/08/2025Version: V2 In this project, we will deploy a multi-service HTTP application on AWS EKS using Helm. We will cover everything from environment setup, EKS cluster creation, Helm chart creation, and managing Helm releases wit...Aug 13, 2025·10 min read
Amazon EBS SnapshotsAmazon Elastic Block Store (EBS) provides a reliable way to store data in AWS. One key feature for ensuring data safety and recovery is Amazon EBS snapshots. What are Snapshots? Think of snapshots like photos—they capture the state of your EBS volume...May 20, 2025·17 min read
Elastic Block StorageWhat is Amazon EBS? Amazon Elastic Block Store (EBS) is a type of storage offered by Amazon Web Services (AWS) for storing data on their cloud servers. Think of it like a hard drive in the cloud that you can attach to your virtual servers (called EC2...May 20, 2025·12 min read
Attach Elastic/Static IP to an EC2 Instance in AWSWhat is an IP Address? An IP (Internet Protocol) address is a unique address for devices (like your computer or a server) to communicate over the internet. Think of it like a phone number for computers. Why Elastic IP Addresses? In cloud computing wi...May 20, 2025·3 min read
Instance Metadata in AWSUnderstanding AWS Instance Metadata and How to Access It Instance metadata in Amazon Web Services (AWS) provides crucial information about your EC2 instances. It's like a directory containing essential details that help you manage and monitor your in...May 18, 2025·3 min read
Part:2 Terraform & Infrastructure as CodeMastering Terraform: A Beginner’s Guide to Managing Cloud Infrastructure Terraform has emerged as one of the most popular tools for managing cloud infrastructure. It allows DevOps engineers and cloud enthusiasts to automate the provisioning of resour...Apr 25, 2025·11 min read
PART: 1 Terraform & Infrastructure as Code🧱 What is Infrastructure as Code (IaC)? Infrastructure as Code (IaC) is a modern DevOps practice that lets you define, provision, and manage your IT infrastructure using code instead of manually creating resources through a cloud provider's web inte...Apr 25, 2025·5 min read