在 Amazon EC2 中,如何将 EBS 卷复制到另一个用户?
我已经使用我的亚马逊凭证创建了一个亚马逊 EBS 卷。 我的客户向我提供了他的客户凭证,以便我为他创建一台 EC2 机器并附上我创建的磁盘,我该怎么做?
我正在使用 Web 控制台,如果重要的话
==================
让我补充一下,当我在客户的帐户中创建卷并将我的快照 ID 设置为快照时,我获取“快照 snap-1xyz1234”不存在。 我需要以某种方式告诉快照是另一个用户的
I have created an amazon EBS volume using my amazon credentials.
My customer gave me his customer credentials so that I create for him an EC2 machinge with the disk I created attached, how do I do that?
I'm using the web console, if it matters
==================
Let me add that when I do create volume in my customer's account and put my snapshot id as snapshot I get "snapshot snap-1xyz1234" does not exist. Need I somehow tell that the snaphsot is another user's
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这个有可能。 在官方文档中查找 “修改快照权限”文档。
This is possible. Look for "Modifying Snapshot Permissions" in the official docs.
最好的方法可能是在每个帐户下启动一个 EC2 实例,并通过网络复制它。 VM->VM网络流量相当快,而且更重要的是免费。
The best way may be to start up an EC2 instance under each account, and copy it over the network. VM->VM network traffic is pretty fast, and more importantly free.