EC2 Instance Cloning

前端 未结 7 2156
伪装坚强ぢ
伪装坚强ぢ 2021-01-29 19:22

Is it possible to clone a EC2 instance data and all?

7条回答
  •  谎友^
    谎友^ (楼主)
    2021-01-29 20:03

    There is no explicit Clone button. Basically what you do is create an image, or snapshot of an existing EC2 instance, and then spin up a new instance using that snapshot.

    First create an image from an existing EC2 instance.

    enter image description here


    Check your snapshots list to see if the process is completed. This usually takes around 20 minutes depending on how large your instance drive is.

    enter image description here


    Then, you need to create a new instance and use that image as the AMI.

    enter image description here

    enter image description here

提交回复
热议问题