Some Guy
Some Guy

Reputation: 13568

How can I clone an EC2 server?

I have an EC2 server that I've configured. Is there a good way to duplicate it?

I'd like to duplicate everything I've installed on it, so I have a second one.

Upvotes: 2

Views: 1719

Answers (1)

Ambarish
Ambarish

Reputation: 1675

To clone an instance

  1. Right click on that instance
  2. From the dropdown hover over Image
  3. Select Create Image

You can see your image being created by clicking

AMI on the Images section on the left Pane

Once the status of your image turns to available, you can launch instances out of that image (again by right clicking on the respective image)

Upvotes: 1

Related Questions