© 2026 Hashnode
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...

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...

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...

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...

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...
