AWS documentation for: EC2 “Launch more like this”

后端 未结 2 810
囚心锁ツ
囚心锁ツ 2021-02-04 03:27

I have a running EC2 instance. I would like to know all about cloning, starting with the obvious feature:

Right-click on the instance and find \"Launch More Like

2条回答
  •  忘了有多久
    2021-02-04 03:48

    Launch more like this will launch another instance (or more) with the same settings as the selected instance (EBS, AMI, Security Groups, etc).

    If you would like to launch an instance with the exact same data (basically a clone of the selected EC2 instance) you should create an AMI (in case of EBS backed instances, you can create an AMI by right clicking the instance in the Web Console) and launch instances with that AMI.

    You can also create AMIs from previous EBS snapshots of your EBS device (also available from the EC2 Web Console).

提交回复
热议问题