Sep 8, 2025 · 4 min read · Last week, I explored the basics of EC2 and IAM. This week, my learning expanded into storage, databases, scaling, load balancing, DNS, and deployment automation. The deeper I go, the more I see how AWS is not just about servers but about building re...
Join discussion
May 21, 2025 · 3 min read · I Gave My EC2 a Hard Drive – Messing Around with EBS Today, I finally took a proper look at Amazon EBS — the kind of storage that plugs inside an EC2 instance, like a hard drive. I’ve seen it pop up during instance launch a dozen times, but never rea...
Join discussion
May 18, 2025 · 7 min read · This project demonstrates how to create a new EBS volume, attach it to an EC2 Ubuntu instance, format the volume, and mount it for use. It covers essential AWS storage management skills. Let’s start by launching a virtual machine using the AWS EC2 s...
Join discussion
May 12, 2025 · 5 min read · If you're using AWS and wondering which storage to pick for your EC2 instance, chances are you've come across EBS – short for Elastic Block Store. And then, you hit a wall: gp2? gp3? io2? Cold HDD? It’s like choosing a car when you’re not even sure i...
Join discussion
Apr 1, 2025 · 5 min read · Overview: 1. CI/CD pipeline workflow:- A pipeline can be created to automatically deploys the code when any push events occur in GitHub/GitLab. React App code changes are pushed to GitHub repository Jenkins detects the change and trigger a build J...
Join discussion
Feb 7, 2025 · 9 min read · Why LVM Matters: Breaking Free from Storage Limitations Imagine you're building a house with fixed-size rooms. Once constructed, you can't easily expand the kitchen or merge bedrooms. Traditional disk partitioning works similarly—fixed partitions tha...
Join discussion
Jan 26, 2025 · 3 min read · Amazon EBS (Elastic Block Store) is a scalable and high-performance block storage service provided by AWS. It is designed to work with Amazon EC2 instances, offering persistent storage that remains available independently of the lifecycle of the EC2 ...
Join discussionNov 27, 2024 · 11 min read · Project Overview: This project demonstrates how to manage Amazon Elastic Block Store (EBS) volumes in AWS. You’ll learn key tasks like creating, attaching, and formatting EBS volumes, setting up data storage, and migrating data using EBS snapshots ac...
Join discussion
Nov 6, 2024 · 6 min read · Follow our step-by-step guide to expand an EBS volume efficiently without affecting uptime. In this guide, we’ll explore how to increase EBS volume size in AWS EC2 Linux or Ubuntu instances without any downtime. If you’re using AWS EC2 instances, whi...
Join discussion