How To Extend AWS EBS Volumes With No Downtime

Written by montella | Published 2021/05/09
Tech Story Tags: aws | aws-services | aws-blogs | cloud | cloud-computing | devops | elastic | elastic-block-store

TLDR How To Extend AWS EBS Volumes With No Downtime can be applied whenever you need to extend your EBS volume size avoiding to stop the instance and detach the volume. In order to extend the volume size, follow these simple steps: login to your AWS console and right click on “Modify Volume” The size of the root volume reflects the new size, 20GB, and must be extended before extending the file system. If your filesystem is an ext2, ext3, or ext4, type: resize2fs /dev/xvda1.via the TL;DR App

no story

Published by HackerNoon on 2021/05/09