Skip to content

Latest commit

 

History

History
35 lines (18 loc) · 1.21 KB

AMI.md

File metadata and controls

35 lines (18 loc) · 1.21 KB

Creating a clone instance

Making an AMI

We first want to make an image of our existing instance. This essentially takes the necessary information from the current state of the instance and saves it as a AMI (Amazon Machine Image). When doing this, make sure that the instance's state is running, rather than pending.

drawing

Then fill in the name for the image:

drawing

And click create image:

drawing

You've now made your image! To find it, just head to the AMI section in the dashboard:

drawing

Using your AMI

Now that you have your image, you're going to want to make it useful. Head to the AMI page, and select the one you want to use. Then hit the "lauch instance from AMI" button:

drawing

Fill in the name of your new instance:

drawing

Make sure that your image is being used:

drawing

Hit the launch instance button, and you're ready to go!