将 Amazon AMI 移动到另一个账户

发布于 2024-12-18 20:44:39 字数 1459 浏览 3 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

太阳哥哥 2024-12-25 20:44:39

您可以使用我在此处介绍的技术将 EBS 启动 AMI 从一个 EC2 帐户复制到另一个帐户:

在 EC2 区域之间复制 EBS 启动 AMI
http://alestic.com/2010/10/ec2-ami-copy

我列出的命令用于将 EBS 启动 AMI 从一个区域复制到另一个区域,但如果您只需对不同帐户而不是不同区域使用正确的命令,就可以实现您的目标。请注意,您必须按照以下说明将您的个人 ssh 密钥上传到两个帐户:

将个人 ssh 密钥上传到 Amazon EC2
http://alestic.com/2010/10/ec2-ssh-keys

将基于 S3 的 AMI 从一个帐户复制到另一个帐户有点复杂,涉及以下命令:

  • ec2-download-bundle
  • ec2-unbundle
  • (切换帐户)
  • ec2-bundle-vol
  • ec2-upload-bundle
  • ec2-register

或者,您希望记录创建原始 AMI 所采取的确切步骤。只需按照这些说明即可在新账户中创建 AMI。

You can copy an EBS boot AMI from one EC2 account to another using the technique I wrote about here:

Copying EBS Boot AMIs Between EC2 Regions
http://alestic.com/2010/10/ec2-ami-copy

The commands I list are for copying an EBS boot AMI from one region to another, but if you simply use the right commands with different accounts instead of different regions, you can accomplish your goal. Note that you'll have to upload your personal ssh key to both accounts following these instructions:

Uploading Personal ssh Keys to Amazon EC2
http://alestic.com/2010/10/ec2-ssh-keys

Copying S3 based AMIs from one account to another is a bit convoluted and involves commands like:

  • ec2-download-bundle
  • ec2-unbundle
  • (switch accounts)
  • ec2-bundle-vol
  • ec2-upload-bundle
  • ec2-register

Alternatively, you hopefully documented the exact steps you took to create the original AMIs. Simply follow these instructions to create the AMIs in the new account.

你爱我像她 2024-12-25 20:44:39

您还可以与其他账户共享 AMI。然后在新账户上启动实例并创建将与新账户关联的 AMI。

You can also share the AMIs with your other account. Then launch instances on the new account and create AMIs that will then be associated with the new account.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文