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
Step-by-Step Guide: Creating an Instance from a Snapshot
A
Associate Software Developer with experience building scalable, production-grade systems and backend services. Strong foundation in data structures, system design, and core computer science concepts, with a passion for learning new technologies and sharing practical engineering knowledge through writing.
  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