Step-by-Step Guide: Creating an Instance from a Snapshot
Quick Guide to Making an Instance from a Snapshot

Search for a command to run...
Quick Guide to Making an Instance from a Snapshot

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.
Simple Steps to Implement Horizontal Auto Scaling for AWS Websites
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 Snapshots under the Elastic Block Store section.
Select the snapshot from which you want to launch the instance.
Go to Action -> Create image from snapshot.

Write a suitable image name.
Scroll down and click Create image.
In the left navigation panel, choose AMIs under the Images.
Select the newly created image.
Click on Launch instance from AMI.

Write a suitable instance name.
Scroll down and select the key pair.
Click Launch Instance.
In the left navigation panel, choose Instances under the Instances, here you can find the newly created instance.