Skip to main content

Command Palette

Search for a command to run...

Step-by-Step Guide: Creating an Instance from a Snapshot

Quick Guide to Making an Instance from a Snapshot

Published
•1 min read•View as Markdown
Step-by-Step Guide: Creating an Instance from a Snapshot
A
Software engineer working in Go. I write deep dives on Go internals and distributed systems, the goroutine scheduler, channel patterns, and what it takes to build reliable backend infrastructure. Currently going deep on distributed systems, AWS, and consensus.
  1. Open the AWS Management Console and navigate to the EC2 dashboard.

  2. In the left navigation panel, choose Snapshots under the Elastic Block Store section.

  3. Select the snapshot from which you want to launch the instance.

  4. Go to Action -> Create image from snapshot.

  5. Write a suitable image name.

  6. Scroll down and click Create image.

  7. In the left navigation panel, choose AMIs under the Images.

  8. Select the newly created image.

  9. Click on Launch instance from AMI.

  10. Write a suitable instance name.

  11. Scroll down and select the key pair.

  12. Click Launch Instance.

  13. In the left navigation panel, choose Instances under the Instances, here you can find the newly created instance.

AWS Training Chronicles: From Novice to Expert

Part 10 of 22

Follow my journey as I learn AWS from scratch, sharing insights, tips, and hands-on experiences along the way.

Up next

Steps to Enable Horizontal Auto Scaling for AWS Web Applications

Simple Steps to Implement Horizontal Auto Scaling for AWS Websites