How to Clone instance EC2

0

If I clone an instance, will the new instance contain all the programs, folders, and files that the original instance has?

已提問 1 年前檢視次數 13880 次
3 個答案
2

You can't clone an EC2 as such (at least not like you can e.g. clone a VM in vSphere), but you can take a snapshot of it, create an AMI from the snapshot, and then provision a new EC2 instance from that AMI.

This is for the system disk (or root disk), additional disks can be snapshotted and then you can choose to "Create volume from snapshot".

And yes, everything that is on the original EC2 instance will be on the new one too.

profile picture
專家
Steve_M
已回答 1 年前
profile picture
專家
已審閱 1 年前
1

You can create an Amazon Machine Image (AMI) of your instance, and then use the AMI to launch instances that are identical to the original instance. Here are the instructions in the EC2 User Guide: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/creating-an-ami-ebs.html

AWS
已回答 1 年前
-1

follow steps as per below article. Try in test environment first ...

https://docs.bitnami.com/aws/faq/administration/clone-server/

AWS
已回答 1 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南