Any easy way to move and custom AMI image between regions? (tokyo -> singapore)
I know you can mess up with API and S3 to get it done, but there there any easier way to do it?
|
Any easy way to move and custom AMI image between regions? (tokyo -> singapore) I know you can mess up with API and S3 to get it done, but there there any easier way to do it?
| |||
|
feedback
|
|
You can do it using Eric's post: http://alestic.com/2010/10/ec2-ami-copy | |||
|
feedback
|
|
Ylastic allows you to move EBS backed linux images between regions. Its $25 or $50 per month but it looks like you can evaluate it for a week. | |||
|
feedback
|
|
I just did this using a script on CloudyScripts, worked fantastically: https://cloudyscripts.com/tool/show/5 (and it's free). | |||
|
feedback
|
|
I'll add Scalr to the list of tools you can use (Disclaimer: I work there). Within Scalr, you can create your own AMI (we call them roles). Once your role is ready, you just have to choose where you want to deploy it (so in any regions). Scalr is open-source released under the Apache 2 license: you can to download it and install it yourself. Otherwise, it is also available through a hosted version including support. Alternatives to Scalr includes RightScale and enStratus. | ||||
|
feedback
|
|
There are API tools for this. http://docs.amazonwebservices.com/AWSEC2/latest/CommandLineReference/ApiReference-cmd-MigrateImage.html | |||
|
feedback
|