6

Is it not possible to create an EC2 instance from a snapshot in AWS?

I tried to create volume, but then i was stuck starting an EC2 instance with that volume. Should that not be an easy process? I don't even know, if this way is correct. I am just guessing.

What steps are necessary to create a EC2 instance only from the snapshot?

2
  • 1
    It is easy. Can you provide more details on what you have actually tried and why it did not work? Commented May 11, 2021 at 8:14
  • i just do not know the steps. i would expect something like "create ec2 instance from snapshot". Commented May 11, 2021 at 8:16

1 Answer 1

12

"create ec2 instance from snapshot"

Your almost there. The option is called "Create image". So:

  1. Go to your snapshot.
  2. Right click and choose "Create image" (assume the volume is bootable and it works).
  3. Fill out the info required.
  4. Image (aka AMI) will be created based on your snapshot and the info you will provide.
  5. Launch an instance from the AMI.

More details in Create a Linux AMI from a snapshot.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.