Step-by-Step Guide to Create a Snapshot, and Volume from Snapshot
Detailed Instructions to Make a Snapshot and Create a Volume from It

Search for a command to run...
Detailed Instructions to Make a Snapshot and Create a Volume from It

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.
Quick Guide to Making an Instance from a Snapshot
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 snapshot.
Got to Action -> Create snapshot.

Write a suitable description that may be used to identify the snapshot.

Scroll and click Create Snapshot.
In the left navigation panel, choose Snapshots under the Elastic Block Store section.
You can see the newly created snapshot.
Select the snapshot.
Go to Action -> Create volume from snapshot.

Select the Volume type to General Purpose SSD(GP2).
Select a size as 30 GiB.
Scroll and click Create Volume.
In the left navigation panel, choose Volumes under the Elastic Block Store section.
You can see the newly created volume.