Move Amazon EC2 AMIs between regions via web-interface?

前端 未结 11 2318
眼角桃花
眼角桃花 2020-12-07 15:54

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

11条回答
  •  粉色の甜心
    2020-12-07 16:26

    I think that is now outdated by ec2-bundle-vol and ec2-migrate-image, BTW you can also take a look at this Perl script by Lincoln D. Stein: http://search.cpan.org/~lds/VM-EC2/bin/migrate-ebs-image.pl

    Usage:

    $ migrate-ebs-image.pl --from us-east-1 --to ap-southeast-1 ami-123456

提交回复
热议问题