Step-by-Step Process to Detach and Modify EC2 Volumes in AWS
How to Safely Detach EC2 Volumes on AWS and modify the volume

Search for a command to run...
How to Safely Detach EC2 Volumes on AWS and modify the volume

No comments yet. Be the first to comment.
Follow my journey as I learn AWS from scratch, sharing insights, tips, and hands-on experiences along the way.
Detailed Instructions to Make a Snapshot and Create a Volume from It
A technical follow-up covering the internals of Raft, the actual RPCs, every server's state, what happens in each failure mode, and the edge cases around commitment, leases, and reconfiguration that the paper works hard to get right.

Mastering Channels, Patterns, and Concurrency Flow in Go

Introduction to the Go Scheduler and the GMP Model

Laying the foundation every scalable system is built on

How to Install and Configure a Go Web Server on Amazon EC2

Open the AWS Management Console and navigate to the EC2 dashboard.
In the left navigation panel, choose Volumes under the Elastic Block Store section.
Select the volume you want to detach.
Go to Actions -> Detach volume.

Click Detach.
Note: To detach the root volume of an instance, you must first stop the instance. After detaching the root volume, the instance cannot be started again until the root volume is reattached.
Select the volume you want to modify.
Go to Actions -> Modify volume.

Apply the changes you want, such as increasing the size from 30 to 35 GiB.

Scroll and click Modify -> Modify.
You can check the size of the volume now it should be 35 GiB.
Select the volume you want to modify.
Go to Actions -> Modify volume.

Apply the changes you want, such as increasing the size from 30 to 35 GiB.

Scroll and click Modify -> Modify.
You can check the size of the volume now it should be 35 GiB.