I have an AWS EC2 AMI in the EU region. I want to move it to the US region. The root device type is EBS and the OS is Linux.
Is it possible to transfer the image to the US region and if so how?
|
I have an AWS EC2 AMI in the EU region. I want to move it to the US region. The root device type is EBS and the OS is Linux. Is it possible to transfer the image to the US region and if so how? |
||||
|
|
|
You sure can. The command you're going to be looking for is
In a nut shell, its just a matter of uploading the bundle to the right region. Good luck! Andrew |
|||
|
|
|
The |
|||
|
|
|
Actually it is better to use this utility. It moves EBS-based images between regions. ec2-api-tools work only with S3-based AMIs. |
||||
|
|
|
You can now do this using the AWS EC2 Management Console. See AWS Documentation and Move Amazon EC2 AMIs between regions via web-interface? In simplest terms, you can find the snapshot that the AMI uses and copy it to the target region. Once you have the snapshot in your desired region you can create another AMI from it. |
|||||
|