DEV Community

Catherine John
Catherine John

Posted on • Updated on

Migrate an Amazon Machine Image(AMI) from one region to another region

running-instance
An AMI is a template that contains the software configuration (operating system, application server, and applications) required to launch your instance.

From the console, chose the instance you want to copy

Instance

Let create an image from our instance

Image

We will use our existing volume, there is no need for an additional one

volume image

Click on create image.

Click on image to view your AMI

AMI

Let copy our AMI to our desired destination region

copyAMI

Let pick our new region

Image
Click on copy AMI
DestinationRegion

Let lunch our newly copied instance, fill the details and create our instance.

Londonregion

Our instance is now running in London region.

Image description

You can terminate the old instance if you don't need it.

terminateinstance

Top comments (0)